summaryrefslogtreecommitdiff
path: root/tests/examplefiles/properties/java.properties
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/properties/java.properties')
-rw-r--r--tests/examplefiles/properties/java.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/examplefiles/properties/java.properties b/tests/examplefiles/properties/java.properties
index d5b594e3..bdd6b76a 100644
--- a/tests/examplefiles/properties/java.properties
+++ b/tests/examplefiles/properties/java.properties
@@ -4,7 +4,7 @@
Truth:Beauty
Truth Beauty
Truth :Beauty
-
+
! line continuations and escapes
fruits apple, banana, pear, \
cantaloupe, watermelon, \
@@ -14,6 +14,8 @@ key = \
and value2\\
key\ 2 = value
key\\ 3 = value3
+key \
+ = value
! empty keys and edge cases
key1 =
@@ -22,3 +24,12 @@ key3 the value3
key4 the:value4
key5 the=value5
key6=the value6
+
+! escapes in keys
+key\ with\ spaces = value
+key\nwith\nnewlines = value\nwith\nnewlines
+
+ ! indented comment
+
+! line continuations do \
+not = work for comments