youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a9eede3913a9e9c7e094907f36a22bc6719ce73d
parent 9e29ef13a378769c19ccec200aba377ad504fe8f
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Wed, 29 Jun 2016 18:54:30 +0200

[test/compat] compat_shlex_split: test with newlines

Diffstat:
Mtest/test_compat.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 = '''