Fix bugs, add propper tests
This commit is contained in:
8
old_tests/tokeniser/literals.mcl
Normal file
8
old_tests/tokeniser/literals.mcl
Normal file
@@ -0,0 +1,8 @@
|
||||
'c'
|
||||
"this is a normal string!"
|
||||
c"this is a c string!"
|
||||
21
|
||||
0xFfbA03
|
||||
0o32501
|
||||
0b10101101
|
||||
|
||||
Reference in New Issue
Block a user