repl: add a test for naked strings.

pull/1780/head
Delyan Angelov 2019-08-29 12:14:09 +03:00 committed by Alexander Medvednikov
parent 83954acfd4
commit 4f62e8235f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
'abc'
'abc'+'xyz'
===output===
abc
abcxyz