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