diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-02-17 20:01:21 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-02-17 20:07:38 +0100 |
commit | c03b1023835887569315fbec6295be3cc0f4cf42 (patch) | |
tree | 17e0a73fa804f93f2c59aef85f71c0e7b1bbb6c8 /tests | |
parent | 14dfb79ca65dd80e117103c4f8852ae2b4a419a0 (diff) |
Only allow colon between name and value.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/files/test-1.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/files/test-1.conf b/tests/files/test-1.conf index 01193c6..d4ae0a1 100644 --- a/tests/files/test-1.conf +++ b/tests/files/test-1.conf @@ -1,5 +1,5 @@ -key1=value1 -with-whitespace = value-with-whitespace +key1:value1 +with-whitespace : value-with-whitespace with-colon: value-of-colon # A comment |