Blame SOURCES/fix-issue-28.patch

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