mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
fix test
This commit is contained in:
parent
3724350fb0
commit
7ab9621f94
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ def test(tmpl, expected, *, info=None, **params):
|
|||
test('%(id)s', '-abcd', info={'id': '-abcd'})
|
||||
test('%(id)s', '.abcd', info={'id': '.abcd'})
|
||||
test('%(id)s', 'ab__cd', info={'id': 'ab__cd'})
|
||||
test('%(id)s', ('ab:cd', 'ab:cd'), info={'id': 'ab:cd'})
|
||||
test('%(id)s', ('ab:cd', 'ab\u0589cd'), info={'id': 'ab:cd'})
|
||||
test('%(id.0)s', '-', info={'id': '--'})
|
||||
|
||||
# Invalid templates
|
||||
|
|
Loading…
Reference in a new issue