From 7f2bb3643dd8781be4b5c1d3364f591e572c82e7 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 2 Aug 2024 17:16:05 +0200 Subject: Move test.properties in test directory --- test.properties | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 test.properties (limited to 'test.properties') diff --git a/test.properties b/test.properties deleted file mode 100644 index e34ebc9..0000000 --- a/test.properties +++ /dev/null @@ -1,33 +0,0 @@ -# -# This is a comemnt and will be ignored -# Follow an empty line - -test.key=test.value - -# A key can start with spaces or tabs: - keywithspaces=valueOfAKeyWithSpaces - keywithtabs=valueOfAKeyWithTabs - -# A key can have no value -keywithnovalue= - - # Comment starting with a tab - # Comment starting with spaces - -# Following a line with a tab - - -# Following a line with spaces - -# A property with a value with spaces and tabs -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 -# A value beginning with tabs -key3.1 = A value -- cgit v1.2.3