From 4ce9162f98c808446c5f5d0a163dbc0e5d7b94b7 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 17 Jul 2013 22:30:34 +0200 Subject: [PATCH] better string test --- tests/string-3.in | 2 +- tests/string-3.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/string-3.in b/tests/string-3.in index 253907b..eb22e25 100644 --- a/tests/string-3.in +++ b/tests/string-3.in @@ -1 +1 @@ -"This is a string with a tab ->\t<- Here" +"More difficult string \n, \r, \t, \\, \x, \A" diff --git a/tests/string-3.out b/tests/string-3.out index 0c90516..5ee6306 100644 --- a/tests/string-3.out +++ b/tests/string-3.out @@ -1 +1 @@ -String "This is a string with a tab ->\t<- Here" +String "More difficult string \n, \r, \t, \\, x, A"