diff options
author | M.Gergő | 2020-05-08 01:44:08 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-08 01:44:08 +0200 |
commit | 8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1 (patch) | |
tree | 99361a10d87cbea685443105f6fa7df21bfc111f /tests/test0.ini | |
parent | 669d3cdf0bd470fa827693423216854dcd2ca1b8 (diff) | |
download | lightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.tar.gz lightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.zip |
ASCII section
Diffstat (limited to 'tests/test0.ini')
-rw-r--r-- | tests/test0.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/test0.ini b/tests/test0.ini new file mode 100644 index 0000000..65dc41c --- /dev/null +++ b/tests/test0.ini @@ -0,0 +1,29 @@ + [A BBCD] + ad = "Withkdoublekque\ +alffsdasdabbbbbbbbbbbf\ +wqeweaaaaaaaaaaaa111aa\ +aabcd=efgh !" + +ppp = aaa +;parameter3 = "With double quotation mark \I can write multiline values, but I shoud \ escapse the trailing newline with '\' sign!" + +ghijkl=val1 ; komment +ghijkl = val2 ;kom1 +ghijkl = val3;kom3 + ghijkl=val14;kom14 + ghijkl = val15;kom15 + ghijkl = val4;kom11 + +eee = +fff= +aa= +#commt + ;#//sdfsdf// + + [test2];#coment +ggg = aaa #commnta +;ad = "123456\ +; aléásdasd #;--Ł$ +;wqeweq \ +;aabcd=efgh " + |