diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/incorrect.ini | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/incorrect.ini b/examples/incorrect.ini index 42dd5f2..5f8e285 100644 --- a/examples/incorrect.ini +++ b/examples/incorrect.ini @@ -19,8 +19,16 @@ correct = al bel gam test2 = 65 a = ; 15 += 2 + +[ ] + alpha = beta [section 3 -[section 4] dfg
\ No newline at end of file +[section 4] dfg + +[numbers] +integer = 25 +real = 2.8e-3
\ No newline at end of file |
