rlox/interpreter/tests/lox/string/literals.lox

5 lines
137 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
print "(" + "" + ")"; // expect: ()
print "a string"; // expect: a string
// Non-ASCII.
print "A~¶Þॐஃ"; // expect: A~¶Þॐஃ