include escape sequences in test string

main
anna 3 years ago
parent 5ad4b649ce
commit e0da8d92d0
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

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

Loading…
Cancel
Save