- From: Henri Sivonen <notifications@github.com>
- Date: Thu, 27 Apr 2017 08:22:24 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 April 2017 15:22:58 UTC
The tests seem to disargee with the spec on the handling of ASCII bytes as part of a malformed sequence when decoding: Fail step 2: 82 30 C3 assert_equals: expected "�" but got "�0�" Fail step 5.7: 82 FF C3 33 assert_equals: expected "��" but got "��3" Fail step 9: FF 30 C3 33 assert_equals: expected "�0�" but got "�0�3" -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/issues/57#issuecomment-297747386
Received on Thursday, 27 April 2017 15:22:58 UTC