diff options
Diffstat (limited to 'test/test.properties')
-rw-r--r-- | test/test.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/test.properties b/test/test.properties index e34ebc9..66953ca 100644 --- a/test/test.properties +++ b/test/test.properties @@ -31,3 +31,17 @@ key2.1 = key3 = A value # A value beginning with tabs key3.1 = A value + +# A value containing an equal +key4 = A value with an = symbol +key4.1 = = (equal is a symbol) +# A value, just an equal +key4.2 = = + +# Tests with a colon +key5:value5 +key5.1 : value5.1 +key5.2 : +key5.3 :: +key5.2 : : symbol +key5.2 : := symbols
\ No newline at end of file |