diff --git a/stdlib/regression/orig/test34.log b/stdlib/regression/orig/test34.log new file mode 100644 index 000000000..3df549308 --- /dev/null +++ b/stdlib/regression/orig/test34.log @@ -0,0 +1,2 @@ + " ` % \ \r + \t \h @ $ # ; [ ] \ No newline at end of file diff --git a/stdlib/regression/test34.lama b/stdlib/regression/test34.lama new file mode 100644 index 000000000..6c8e3af04 --- /dev/null +++ b/stdlib/regression/test34.lama @@ -0,0 +1,3 @@ +var s = " "" ` % \ \r \n \t \h @ $ # ; [ ] "; + +printf ("%s", s)