diff options
-rw-r--r-- | test.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test.properties b/test.properties index 76b259e..e34ebc9 100644 --- a/test.properties +++ b/test.properties @@ -24,6 +24,10 @@ key1=A value with spaces and tabs # A key followed from a space key2 = +# A key followed from a tab +key2.1 = # A value beginning with spaces -key3 = A value
\ No newline at end of file +key3 = A value +# A value beginning with tabs +key3.1 = A value |