finished string and char updates and testing updates task 03
This commit is contained in:
@ -18,7 +18,22 @@ true
|
||||
'\''
|
||||
'\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?"
|
||||
|
Reference in New Issue
Block a user