[test/compat] compat_shlex_split: test with newlines
[youtube-dl] / test / test_compat.py
index f5317ac3e24290d5aa73e12c7e490bfed72d6c21..1d7ac9f1696b8e66b1f8bd31d2f1694cc65468f6 100644 (file)
@@ -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 = '''