aboutsummaryrefslogtreecommitdiff
path: root/test/ini.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ini.c')
-rw-r--r--test/ini.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ini.c b/test/ini.c
index ebd41a6..06f841a 100644
--- a/test/ini.c
+++ b/test/ini.c
@@ -20,7 +20,10 @@ void test_ini()
/*13*/ "try = catch 123 bool\n"
/*14*/ " k e y = value pair! ; comment\n"
/*15*/ " su;s = [x] \n"
- /*16*/ " sus \n";
+ /*16*/ " sus \n"
+ /*17*/ "test = multi \\\n"
+ /*18*/ " line \\\n"
+ /*19*/ " works ; boh \n";
any_ini_t ini;
any_ini_init(&ini, src, strlen(src));