summaryrefslogtreecommitdiff
path: root/ini/test.ini
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-07-18 13:34:49 -0400
committerAndrew Opalach <andrew@akon.city> 2026-07-18 13:45:01 -0400
commit72f5ec3ce777fc05150856f1841e60b0f5c9f8f7 (patch)
tree9b26fd3b314bcf3a2259704c076d819212f172f0 /ini/test.ini
parente6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c (diff)
downloadcetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.tar.gz
cetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.tar.bz2
cetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.zip
restore old frontends as they were
Minimal changes, just enough to get them building and running. Signed-off-by: Andrew Opalach <andrew@akon.city>
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