diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-07-30 03:36:17 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-07-30 04:06:18 +0530 |
commit | 6148833f5ceb7674142ddb8d761ffe03cee7df69 (patch) | |
tree | e95b163311862d173427c4bf8693a3379e4143fc /test/test_YoutubeDL.py | |
parent | 8cb7fc44db010e965d808ee679ef0725cb6e147c (diff) |
[cleanup] Misc
Diffstat (limited to 'test/test_YoutubeDL.py')
-rw-r--r-- | test/test_YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index ab1250848..3cfb61fb2 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -831,6 +831,7 @@ class TestYoutubeDL(unittest.TestCase): test('%(id&hi {:>10} {}|)s', 'hi 1234 1234') test(R'%(id&{0} {}|)s', 'NA') test(R'%(id&{0.1}|)s', 'NA') + test('%(height&{:,d})S', '1,080') # Laziness def gen(): |