This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
fbc19311b5
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 11:14:09 +02:00
'abc'
'abc'+'xyz'
Fix incorrect string open/close check in REPL
2019-08-29 18:54:21 +02:00
'{'
'}'
repl: add a test for naked strings.
2019-08-29 11:14:09 +02:00
===output===
abc
abcxyz
Fix incorrect string open/close check in REPL
2019-08-29 18:54:21 +02:00
{
}