update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/markup/rust/strings.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/markup/rust/strings.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
'a';
|
||||
'\n';
|
||||
'\x1A';
|
||||
'\u12AS';
|
||||
'\U1234ASDF';
|
||||
b'a';
|
||||
|
||||
"hello";
|
||||
b"hello";
|
||||
|
||||
r"hello";
|
||||
r###"world"###;
|
||||
r##" "###
|
||||
"# "##;
|
||||
Reference in New Issue
Block a user