1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00
pukkandan
2023-04-24 17:21:20 +05:30
parent 80b732b7a9
commit 78fde6e339
3 changed files with 3 additions and 2 deletions

View File

@@ -822,6 +822,7 @@ def expect_same_infodict(out):
test('%(title&foo|baz)s.bar', 'baz.bar')
test('%(x,id&foo|baz)s.bar', 'foo.bar')
test('%(x,title&foo|baz)s.bar', 'baz.bar')
test('%(title&\n|)s', '\n')
# Laziness
def gen():