update components
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
""
|
||||
"fo\"o"
|
||||
"foo\
|
||||
bar"
|
||||
|
||||
''
|
||||
'fo\'o'
|
||||
'foo\
|
||||
bar'
|
||||
|
||||
@""
|
||||
@"fo\"o"
|
||||
@"foo\
|
||||
bar"
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "\"\""],
|
||||
["string", "\"fo\\\"o\""],
|
||||
["string", "\"foo\\\r\nbar\""],
|
||||
|
||||
["string", "''"],
|
||||
["string", "'fo\\'o'"],
|
||||
["string", "'foo\\\r\nbar'"],
|
||||
|
||||
["string", "@\"\""],
|
||||
["string", "@\"fo\\\"o\""],
|
||||
["string", "@\"foo\\\r\nbar\""]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings.
|
||||
Reference in New Issue
Block a user