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