forked from Rust-related/RustPython
Complement binascii extra_tests
This commit is contained in:
@@ -49,6 +49,7 @@ assert_equal(
|
||||
dec_b64(b"4pii8J+QoyAg4ZaH8J2TpPCdlYrRguKTn/CdlZDwnZWl5Y2Ez4PwnZSrICDimazwn5Gj\n"),
|
||||
"β’π£ απ€πΡβππ₯εΟπ« β¬π£".encode(),
|
||||
)
|
||||
assert_equal(dec_b64(b"3d=="), b"\xdd")
|
||||
|
||||
for exc, expected_name in [
|
||||
(binascii.Error, "Error"),
|
||||
|
||||
Reference in New Issue
Block a user