diff options
Diffstat (limited to 'test.properties')
-rw-r--r-- | test.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test.properties b/test.properties index 86fe030..76b259e 100644 --- a/test.properties +++ b/test.properties @@ -21,3 +21,9 @@ keywithnovalue= # A property with a value with spaces and tabs key1=A value with spaces and tabs + +# A key followed from a space +key2 = + +# A value beginning with spaces +key3 = A value
\ No newline at end of file |