update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
38
dashboard-ui/bower_components/prism/tests/languages/nim/string_feature.test
vendored
Normal file
38
dashboard-ui/bower_components/prism/tests/languages/nim/string_feature.test
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
""
|
||||
"Fo\"obar"
|
||||
|
||||
""""""
|
||||
"""Fo"o
|
||||
bar"""
|
||||
|
||||
R"Raw ""string"
|
||||
|
||||
r"Raw
|
||||
""string"
|
||||
|
||||
fo\x8Fo"Foobar"
|
||||
|
||||
bar"""Foo
|
||||
bar"""
|
||||
|
||||
'\''
|
||||
'\xFC'
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "\"\""],
|
||||
["string", "\"Fo\\\"obar\""],
|
||||
["string", "\"\"\"\"\"\""],
|
||||
["string", "\"\"\"Fo\"o\r\nbar\"\"\""],
|
||||
["string", "R\"Raw \"\"string\""],
|
||||
["string", "r\"Raw\r\n\"\"string\""],
|
||||
["string", "fo\\x8Fo\"Foobar\""],
|
||||
["string", "bar\"\"\"Foo\r\nbar\"\"\""],
|
||||
["string", "'\\''"],
|
||||
["string", "'\\xFC'"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings and character literals.
|
Loading…
Add table
Add a link
Reference in a new issue