From d3f087278b3ed9e520c92947292c7e55df09f4d1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 24 Jul 2024 12:32:22 +0200 Subject: Add two tests --- test.properties | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3