rlox/interpreter/tests/lox/string/literals.lox
2024-09-01 19:15:55 +02:00

5 lines
137 B
Lox

print "(" + "" + ")"; // expect: ()
print "a string"; // expect: a string
// Non-ASCII.
print "A~¶Þॐஃ"; // expect: A~¶Þॐஃ