This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
03b3278369
v
/
compiler
/
tests
/
repl
/
naked_strings.repl
10 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
repl: add a test for naked strings.
2019-08-29 12:14:09 +03:00
'abc'
'abc'+'xyz'
Fix incorrect string open/close check in REPL
2019-08-29 19:54:21 +03:00
'{'
'}'
repl: add a test for naked strings.
2019-08-29 12:14:09 +03:00
===output===
abc
abcxyz
Fix incorrect string open/close check in REPL
2019-08-29 19:54:21 +03:00
{
}
Reference in New Issue
Copy Permalink