Fixed escaping test

This commit is contained in:
Roman Venediktov 2024-07-11 15:14:26 +02:00
parent 2b015ff750
commit 60415db271
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
" ` % \ \r
\t \h @ $ # ; [ ]
' " ` % \ \r
\h @ $ # ; [ ]

View file

@ -1,3 +1,3 @@
var s = " "" ` % \ \r \n \t \h @ $ # ; [ ] ";
var s = " ' "" ` % \ \r \n\t \h @ $ # ; [ ] ";
printf ("%s", s)