aboutsummaryrefslogtreecommitdiffstats
path: root/test/test/test_cfgfiles/etc/sample1.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/test_cfgfiles/etc/sample1.ini')
-rw-r--r--test/test/test_cfgfiles/etc/sample1.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test/test_cfgfiles/etc/sample1.ini b/test/test/test_cfgfiles/etc/sample1.ini
new file mode 100644
index 00000000..aef91c24
--- /dev/null
+++ b/test/test/test_cfgfiles/etc/sample1.ini
@@ -0,0 +1,12 @@
+; this is a global comment
+
+[section1]
+; this is section 1
+key1=value1
+
+[section2]
+; this is section 2
+;key1=value1
+key2=value2
+key3=value3 ; this is key3
+ignore-missing-separator