diff options
author | 2024-07-24 12:32:22 +0200 | |
---|---|---|
committer | 2024-07-24 12:32:22 +0200 | |
commit | d3f087278b3ed9e520c92947292c7e55df09f4d1 (patch) | |
tree | 01ec9591c26e722d26ef6029200e80b45d4d1910 | |
parent | 0c8d83e827a12bc540a1fe1419e95a9c1cadc90b (diff) | |
download | properties-d3f087278b3ed9e520c92947292c7e55df09f4d1.tar.gz properties-d3f087278b3ed9e520c92947292c7e55df09f4d1.zip |
Add two tests
-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 |