mlox/lox.t/scanning/strings.lox
2024-08-03 02:44:12 +02:00

6 lines
No EOL
89 B
Lox

""
"string"
// expect: STRING ""
// expect: STRING "string" string
// expect: EOF null