character identifier seems to work. Still working on strings. Updated tests to include more. Task01
This commit is contained in:
@ -1,16 +1,24 @@
|
||||
"this is a string" 721398 'g' '/n'
|
||||
12893 "this is not a string
|
||||
"
|
||||
'''
|
||||
'\'
|
||||
false
|
||||
'''
|
||||
nullfalse
|
||||
"nulltrue
|
||||
null
|
||||
'7'
|
||||
true
|
||||
'189
|
||||
'/n'
|
||||
'/t'
|
||||
'\t'
|
||||
'"'
|
||||
'/'
|
||||
'\n'
|
||||
'\''
|
||||
'\t'
|
||||
'\\'
|
||||
|
||||
'\'
|
||||
|
||||
'''
|
||||
|
Reference in New Issue
Block a user