update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/go/strings.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/go/strings.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
func main() {
|
||||
str := "Hello, 世界\nHello \"world\"\nHello 'world'"
|
||||
char := 'a'
|
||||
char2 := '"'
|
||||
char3 := '\\'
|
||||
char3 := '\''
|
||||
}
|
||||
Reference in New Issue
Block a user