aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-24 12:07:56 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-24 12:07:56 +0200
commitd1692251fc12e4a6f27f7187e2d6154f00d42ece (patch)
tree5d118aab6679c3bf8ebfd89e41c06d05320e6698
parent90a72c4b49d81ca5116788f90144e40c17136153 (diff)
downloadproperties-d1692251fc12e4a6f27f7187e2d6154f00d42ece.tar.gz
properties-d1692251fc12e4a6f27f7187e2d6154f00d42ece.zip
Add test.properties
-rw-r--r--test.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/test.properties b/test.properties
new file mode 100644
index 0000000..3138c18
--- /dev/null
+++ b/test.properties
@@ -0,0 +1,22 @@
+#
+# 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
+
+