OLD | NEW |
---|---|
(Empty) | |
1 This is a testharness.js-based test. | |
2 PASS utf-8 - encode/decode round trip | |
3 FAIL utf-16le - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'. | |
jsbell
2016/04/06 18:03:22
Since this test is not imported, you should fix th
lpan
2016/04/09 03:25:15
Done. I can separate the test functions if the out
| |
4 FAIL utf-16be - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'. | |
5 PASS UTF-8 encoding (compare against unescape/encodeURIComponent) | |
6 PASS UTF-8 decoding (compare against decodeURIComponent/escape) | |
7 Harness: the test ran to completion. | |
OLD | NEW |