From e0da8d92d0449cf780bc138d30ba444a60dc9c12 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 13 Apr 2021 17:43:35 +0200 Subject: [PATCH] include escape sequences in test string --- test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.conf b/test.conf index bd071b3..dc312eb 100644 --- a/test.conf +++ b/test.conf @@ -1,4 +1,4 @@ test1 = true; test2 = false; test3 = 69420; -test4 = "hello, world"; +test4 = "hello, \"world\"";