repl: add a test for naked strings.
parent
83954acfd4
commit
4f62e8235f
|
@ -0,0 +1,5 @@
|
||||||
|
'abc'
|
||||||
|
'abc'+'xyz'
|
||||||
|
===output===
|
||||||
|
abc
|
||||||
|
abcxyz
|
Loading…
Reference in New Issue