test names

This commit is contained in:
bronku 2025-11-25 16:50:09 +01:00
parent 330e16df3e
commit 346ea64f91
18 changed files with 0 additions and 0 deletions

13
test/lexer/05.out Normal file
View 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