From c03b1023835887569315fbec6295be3cc0f4cf42 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 17 Feb 2011 20:01:21 +0100 Subject: Only allow colon between name and value. --- tests/files/test-1.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/files/test-1.conf') 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 -- cgit v1.2.3