mlox/lox.t/scanning/strings.lox

6 lines
89 B
Lox
Raw Normal View History

2024-08-03 02:44:12 +02:00
""
"string"
// expect: STRING ""
// expect: STRING "string" string
// expect: EOF null