diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-02-04 21:56:17 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-02-04 21:56:17 +0100 | 
| commit | bc4850908c710f1129273aca23daae4df015a472 (patch) | |
| tree | a6be805d7bae2a442bbc8fbd9c02ceaf6d0c8575 /test | |
| parent | 20650c865465fb1edad0203b573e25c573efd1a7 (diff) | |
[test/youtube_signature] Add a test with the last player
To verify it correctly handles function with “$” in their names.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_youtube_signature.py | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index a3fc53047..8417c55a6 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -27,6 +27,12 @@ _TESTS = [          85,          u'3456789a0cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS[UVWXYZ!"#$%&\'()*+,-./:;<=>?@',      ), +    ( +        u'https://s.ytimg.com/yts/jsbin/html5player-vfle-mVwz.js', +        u'js', +        90, +        u']\\[@?>=<;:/.-,+*)(\'&%$#"hZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjiagfedcb39876', +    ),  ]  | 
