mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Added test for escaping
This commit is contained in:
parent
475ce90e9b
commit
2b015ff750
2 changed files with 5 additions and 0 deletions
2
stdlib/regression/orig/test34.log
Normal file
2
stdlib/regression/orig/test34.log
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
" ` % \ \r
|
||||
\t \h @ $ # ; [ ]
|
||||
3
stdlib/regression/test34.lama
Normal file
3
stdlib/regression/test34.lama
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
var s = " "" ` % \ \r \n \t \h @ $ # ; [ ] ";
|
||||
|
||||
printf ("%s", s)
|
||||
Loading…
Add table
Add a link
Reference in a new issue