summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/INI/test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syntax-tests/highlighted/INI/test.ini')
-rw-r--r--tests/syntax-tests/highlighted/INI/test.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/syntax-tests/highlighted/INI/test.ini b/tests/syntax-tests/highlighted/INI/test.ini
new file mode 100644
index 00000000..05f8cb02
--- /dev/null
+++ b/tests/syntax-tests/highlighted/INI/test.ini
@@ -0,0 +1,18 @@
+[section]
+key=value
+numeric = 42
+quotes="this value is quoted"
+quotes2="this is not a comment ;foo"
+different_quotes='these are other characters'
+
+[another one]
+first = value
+; comment on own line
+;another one
+second=value ; comment at the end of a line
+third = value;another one
+# is this a comment? maybe.
+
+[section.with.dots]
+[section\with\backspaces]
+[section;with;semicola]