mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
Update test/test_jsinterp.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
7be3f7d4f2
commit
f6fad64ba2
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ class TestJSInterpreter(unittest.TestCase):
|
|||
(-0xff, 2, '-11111111'),
|
||||
(0.1 + 0.2, 16, '0.4cccccccccccd'),
|
||||
(1234.1234, 10, '1234.1234'),
|
||||
# (1000000000000000128, 10, "1000000000000000100")
|
||||
# (1000000000000000128, 10, '1000000000000000100')
|
||||
]:
|
||||
assert js_number_to_string(test, radix) == expected
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue