aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-24 12:32:22 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-24 12:32:22 +0200
commitd3f087278b3ed9e520c92947292c7e55df09f4d1 (patch)
tree01ec9591c26e722d26ef6029200e80b45d4d1910
parent0c8d83e827a12bc540a1fe1419e95a9c1cadc90b (diff)
downloadproperties-d3f087278b3ed9e520c92947292c7e55df09f4d1.tar.gz
properties-d3f087278b3ed9e520c92947292c7e55df09f4d1.zip
Add two tests
-rw-r--r--test.properties6
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