Added test for escaping

This commit is contained in:
Roman Venediktov 2024-07-11 15:02:08 +02:00
parent 475ce90e9b
commit 2b015ff750
2 changed files with 5 additions and 0 deletions

View file

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

View file

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