Commit 16869bda authored by Michal Čihař's avatar Michal Čihař

Test string splitting and stripping

parent 426b9b1a
......@@ -73,6 +73,14 @@ class SameCheckTest(CheckTestCase):
''
)
)
self.do_test(
False,
(
'powerpc, m68k, i386, amd64'
'powerpc, m68k, i386, amd64'
''
)
)
def test_same_copyright(self):
self.do_test(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment