aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/test/defaultrc.ini
diff options
context:
space:
mode:
Diffstat (limited to 'lib/configuration/test/defaultrc.ini')
-rw-r--r--lib/configuration/test/defaultrc.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/configuration/test/defaultrc.ini b/lib/configuration/test/defaultrc.ini
new file mode 100644
index 0000000..f83bf73
--- /dev/null
+++ b/lib/configuration/test/defaultrc.ini
@@ -0,0 +1,20 @@
+# this is a comment and should be ignored
+
+name= Top level
+over=default
+#comment=val
+number=12
+toggle=true
+list=one;two;three;for four
+
+[main]
+name=Section Testing
+number=10
+toggle=false
+
+[qt]
+shortcut=Ctrl+Q
+
+# include another file, absolute path or relative path to the rundir
+@@include extrarc.ini
+