diff options
Diffstat (limited to 'examples/incorrect.ini')
| -rw-r--r-- | examples/incorrect.ini | 5 |
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 |
