From 8325f037bc7fd17bb083ff4b6540eeb744b3a540 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 24 Jul 2024 12:39:27 +0200 Subject: Add new tests --- test.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3