From 4e5fcd691545ea51d17a2aa8accfc89d303c3d9f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 13 Aug 2024 11:08:56 +0200 Subject: Add possibility of using ':' and '=' as values --- test/test.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test/test.properties') diff --git a/test/test.properties b/test/test.properties index e34ebc9..66953ca 100644 --- a/test/test.properties +++ b/test/test.properties @@ -31,3 +31,17 @@ key2.1 = key3 = A value # A value beginning with tabs key3.1 = A value + +# A value containing an equal +key4 = A value with an = symbol +key4.1 = = (equal is a symbol) +# A value, just an equal +key4.2 = = + +# Tests with a colon +key5:value5 +key5.1 : value5.1 +key5.2 : +key5.3 :: +key5.2 : : symbol +key5.2 : := symbols \ No newline at end of file -- cgit v1.2.3