diff options
author | 2024-07-24 12:39:27 +0200 | |
---|---|---|
committer | 2024-07-24 12:39:27 +0200 | |
commit | 8325f037bc7fd17bb083ff4b6540eeb744b3a540 (patch) | |
tree | ba9d24bca26fbcf3d410fd4bef9db79c16db077f | |
parent | 03782a2c778632c4fbd97678ee7b06c339d9d9dc (diff) | |
download | properties-8325f037bc7fd17bb083ff4b6540eeb744b3a540.tar.gz properties-8325f037bc7fd17bb083ff4b6540eeb744b3a540.zip |
Add new tests
-rw-r--r-- | test.properties | 6 |
1 files changed, 5 insertions, 1 deletions
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 |