character identifier seems to work. Still working on strings. Updated tests to include more. Task01

This commit is contained in:
Partho Bhattacharya
2025-02-07 18:59:45 -05:00
parent db66b04033
commit 6c3951b6ab
2 changed files with 14 additions and 5 deletions

View File

@ -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'
'\\'
'\'
'''