diff --git a/compiler/tests/repl/naked_strings.repl b/compiler/tests/repl/naked_strings.repl new file mode 100644 index 0000000000..3769ccc964 --- /dev/null +++ b/compiler/tests/repl/naked_strings.repl @@ -0,0 +1,5 @@ +'abc' +'abc'+'xyz' +===output=== +abc +abcxyz