include escape sequences in test string
This commit is contained in:
parent
5ad4b649ce
commit
e0da8d92d0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
test1 = true;
|
||||
test2 = false;
|
||||
test3 = 69420;
|
||||
test4 = "hello, world";
|
||||
test4 = "hello, \"world\"";
|
||||
|
|
Loading…
Reference in a new issue