- From: Henri Sivonen <notifications@github.com>
- Date: Thu, 27 Apr 2017 08:36:02 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 April 2017 15:36:36 UTC
Two decode expectations for malformed sequences seem wrong: Fail escape start: 1B 65 79 56 1B 28 42 assert_equals: expected "�eByV" but got "�eyV" Fail escape: 1B 24 65 79 56 1B 28 42 assert_equals: expected "�e$yV" but got "�$eyV" -- 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/60#issuecomment-297751434
Received on Thursday, 27 April 2017 15:36:36 UTC