summaryrefslogtreecommitdiff
path: root/ini/test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ini/test.ini')
-rw-r--r--ini/test.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/ini/test.ini b/ini/test.ini
new file mode 100644
index 0000000..4d6bc0a
--- /dev/null
+++ b/ini/test.ini
@@ -0,0 +1,15 @@
+#comment1
+;comment2
+
+[Test1]
+Test=true
+String ="aaaaa"
+Int=111111
+
+; comment3
+# comment4
+
+[Test2]
+ Test= true
+String = "aaaaa"
+Int =111111