mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed escaping test
This commit is contained in:
parent
2b015ff750
commit
60415db271
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
" ` % \ \r
|
||||
\t \h @ $ # ; [ ]
|
||||
' " ` % \ \r
|
||||
\h @ $ # ; [ ]
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
var s = " "" ` % \ \r \n \t \h @ $ # ; [ ] ";
|
||||
var s = " ' "" ` % \ \r \n\t \h @ $ # ; [ ] ";
|
||||
|
||||
printf ("%s", s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue