include escape sequences in test string

This commit is contained in:
anna 2021-04-13 17:43:35 +02:00
parent 5ad4b649ce
commit e0da8d92d0
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -1,4 +1,4 @@
test1 = true;
test2 = false;
test3 = 69420;
test4 = "hello, world";
test4 = "hello, \"world\"";