We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=================================== FAILURES =================================== __________________________ BinaryVDF.test_loads_utf16 __________________________ self = <tests.test_binary_vdf.BinaryVDF testMethod=test_loads_utf16> def test_loads_utf16(self): > self.assertEqual({'aaa': b'b\x00b\x00\xff\xffb\x00b\x00'.decode('utf-16le')}, vdf.binary_loads(b'\x05aaa\x00b\x00b\x00\xff\xffb\x00b\x00\x00\x00\x08')) E AssertionError: {'aaa': 'bb\uffffbb'} != {'aaa': '戀戀\uffff戀戀'} E - {'aaa': 'bb\uffffbb'} E ? ^^ ^^ E E + {'aaa': '戀戀\uffff戀戀'} E ? ^^ ^^ tests/test_binary_vdf.py:188: AssertionError =========================== short test summary info ============================ FAILED tests/test_binary_vdf.py::BinaryVDF::test_loads_utf16 - AssertionError... ========================= 1 failed, 98 passed in 0.17s =========================
3.11.0rc1
The text was updated successfully, but these errors were encountered:
Apologize for duplicate of #33.
Sorry, something went wrong.
No branches or pull requests
3.11.0rc1
The text was updated successfully, but these errors were encountered: