diff tests.c @ 521:77495c646208

Fix parsing and writing of strings with simple escape sequences in config files.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Dec 2019 13:34:19 +0200
parents 80185b9901ba
children 9acbbfea68a9
line wrap: on
line diff
--- a/tests.c	Thu Dec 26 13:17:32 2019 +0200
+++ b/tests.c	Thu Dec 26 13:34:19 2019 +0200
@@ -372,7 +372,7 @@
 
 static const char *test_strings[] =
 {
-    "zoo", "foo", "bar",
+    "zoo", "foo", "b\"ar",
 };
 
 static const int ntest_strings = sizeof(test_strings) / sizeof(test_strings[0]);