X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_compat.py;fp=test%2Ftest_compat.py;h=1d7ac9f1696b8e66b1f8bd31d2f1694cc65468f6;hb=a9eede3913a9e9c7e094907f36a22bc6719ce73d;hp=f5317ac3e24290d5aa73e12c7e490bfed72d6c21;hpb=9e29ef13a378769c19ccec200aba377ad504fe8f;p=youtube-dl diff --git a/test/test_compat.py b/test/test_compat.py index f5317ac3e..1d7ac9f16 100644 --- a/test/test_compat.py +++ b/test/test_compat.py @@ -87,6 +87,7 @@ class TestCompat(unittest.TestCase): def test_compat_shlex_split(self): self.assertEqual(compat_shlex_split('-option "one two"'), ['-option', 'one two']) + self.assertEqual(compat_shlex_split('-option "one\ntwo" \n -flag'), ['-option', 'one\ntwo', '-flag']) def test_compat_etree_fromstring(self): xml = '''