additional test
This commit is contained in:
parent
38438904dc
commit
330e16df3e
21 changed files with 302 additions and 4 deletions
13
test/lexer/5.out
Normal file
13
test/lexer/5.out
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
NUMBER 42
|
||||
NUMBER 3.14
|
||||
NUMBER 0xFF
|
||||
NUMBER 0b1010
|
||||
NEWLINE
|
||||
STRING "hello"
|
||||
STRING 'world'
|
||||
STRING """multiline"""
|
||||
NEWLINE
|
||||
STRING 'test'
|
||||
STRING "escaped\"quote"
|
||||
NEWLINE
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue