aboutsummaryrefslogtreecommitdiff
path: root/examples/incorrect.ini
diff options
context:
space:
mode:
Diffstat (limited to 'examples/incorrect.ini')
-rw-r--r--examples/incorrect.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/incorrect.ini b/examples/incorrect.ini
new file mode 100644
index 0000000..317ce8a
--- /dev/null
+++ b/examples/incorrect.ini
@@ -0,0 +1,21 @@
+ # Test a comment
+ # a = 5
+a = 1
+ ; Test another type of comment
+ ; b = 3
+ b = 2 ; comment
+ c = a+b # comment
+
+[ section 1 ]
+test=2
+beta=96
+
+[ section 2 ]
+test2 = 65
+a = ; 15
+
+alpha = beta
+
+[section 3
+
+[section 4] dfg \ No newline at end of file