8d5578
From b3d6ea5ed88b0e6cf9fdb411a14e725665ded92e Mon Sep 17 00:00:00 2001
8d5578
From: Tim Lauridsen <timlau@fedoraproject.org>
8d5578
Date: Fri, 7 Mar 2014 19:06:40 +0100
8d5578
Subject: [PATCH] Fix handling of REM xxxxxxxx as a comment, but REMXXXX is not
8d5578
 (upstream issue #28)
8d5578
8d5578
---
8d5578
 tests/test_ini.py | 3 +--
8d5578
 1 file changed, 1 insertion(+), 2 deletions(-)
8d5578
8d5578
diff --git a/tests/test_ini.py b/tests/test_ini.py
8d5578
index 07d4f4e..6d974f0 100644
8d5578
--- a/tests/test_ini.py
8d5578
+++ b/tests/test_ini.py
8d5578
@@ -144,8 +144,7 @@ class test_comment_line(unittest.TestCase):
8d5578
         '#this is a comment',
8d5578
         ';; this is also a comment',
8d5578
         '; so is this   ',
8d5578
-        'Rem and this',
8d5578
-        'remthis too!'
8d5578
+        'Rem and this'
8d5578
     ]
8d5578
     def test_parsing(self):
8d5578
         for l in self.lines:
8d5578
-- 
8d5578
1.8.5.3
8d5578