40 lines
460 B
Plaintext
40 lines
460 B
Plaintext
"this is a string" 721398 'g' '/n'
|
|
12893 "this is not a string
|
|
"
|
|
'''
|
|
'\'
|
|
false
|
|
'''
|
|
nullfalse
|
|
"nulltrue
|
|
null
|
|
'7'
|
|
true
|
|
'189
|
|
'\t'
|
|
'"'
|
|
'/'
|
|
'\n'
|
|
'\''
|
|
'\t'
|
|
'\\'
|
|
'n'
|
|
'\'
|
|
'fdsf'
|
|
'
|
|
'
|
|
' '
|
|
'''
|
|
"STRINGwithnotSPaces"
|
|
' '
|
|
'\ '
|
|
"J"
|
|
""
|
|
" "
|
|
\"\"
|
|
"{SCHAR}"
|
|
"SCHAR"
|
|
"[SCHAR]"
|
|
"FINAL: I'd think this is a legal \"string\" that contains \n \t several escaped characters, isn't it?"
|
|
"I'd think this is a legal \"string\" that contains several \\n \t escaped characters, isn't it?"
|