aboutsummaryrefslogtreecommitdiff
path: root/examples/incorrect.ini
diff options
context:
space:
mode:
authorClecio Jung2023-03-18 20:43:43 -0300
committerClecio Jung2023-03-18 20:43:43 -0300
commit0113ec2c4358a5a6f4ad473372a63d2aa3c249c0 (patch)
tree18c1faa2ccebd38ca28511597cdbf031fc69e16b /examples/incorrect.ini
parenta3942b3241189a003414874a96732e373e63ccae (diff)
downloadlibini-0113ec2c4358a5a6f4ad473372a63d2aa3c249c0.tar.xz
libini-0113ec2c4358a5a6f4ad473372a63d2aa3c249c0.tar.zst
Improve parsing
Diffstat (limited to 'examples/incorrect.ini')
-rw-r--r--examples/incorrect.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/incorrect.ini b/examples/incorrect.ini
index 317ce8a..42dd5f2 100644
--- a/examples/incorrect.ini
+++ b/examples/incorrect.ini
@@ -10,6 +10,11 @@ a = 1
test=2
beta=96
+# We allow for spaces and special characters inside values, but not on keys
+erro r = 56
+correct = al bel gam
+
+# Section names can have special characters and spaces
[ section 2 ]
test2 = 65
a = ; 15