From 60415db271858ebf0ca81491029650d0e9d9dc7f Mon Sep 17 00:00:00 2001 From: Roman Venediktov Date: Thu, 11 Jul 2024 15:14:26 +0200 Subject: [PATCH] Fixed escaping test --- stdlib/regression/orig/test34.log | 4 ++-- stdlib/regression/test34.lama | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stdlib/regression/orig/test34.log b/stdlib/regression/orig/test34.log index 3df549308..519dc0540 100644 --- a/stdlib/regression/orig/test34.log +++ b/stdlib/regression/orig/test34.log @@ -1,2 +1,2 @@ - " ` % \ \r - \t \h @ $ # ; [ ] \ No newline at end of file + ' " ` % \ \r + \h @ $ # ; [ ] \ No newline at end of file diff --git a/stdlib/regression/test34.lama b/stdlib/regression/test34.lama index 6c8e3af04..341076db8 100644 --- a/stdlib/regression/test34.lama +++ b/stdlib/regression/test34.lama @@ -1,3 +1,3 @@ -var s = " "" ` % \ \r \n \t \h @ $ # ; [ ] "; +var s = " ' "" ` % \ \r \n\t \h @ $ # ; [ ] "; printf ("%s", s)