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:
parent
83954acfd4
commit
4f62e8235f
5
compiler/tests/repl/naked_strings.repl
Normal file
5
compiler/tests/repl/naked_strings.repl
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
'abc'
|
||||||
|
'abc'+'xyz'
|
||||||
|
===output===
|
||||||
|
abc
|
||||||
|
abcxyz
|
Loading…
Reference in New Issue
Block a user