1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

repl: add a test for naked strings.

This commit is contained in:
Delyan Angelov 2019-08-29 12:14:09 +03:00 committed by Alexander Medvednikov
parent 83954acfd4
commit 4f62e8235f

View File

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