| OLD | NEW |
| (Empty) | |
| 1 Sanity check the Encoding API's handling of UTF encodings. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 utf-8 - Encode/Decode Range U+0000 - U+10FFFF |
| 7 no output means all ranges matched |
| 8 |
| 9 utf-16 - Encode/Decode Range U+0000 - U+10FFFF |
| 10 no output means all ranges matched |
| 11 |
| 12 utf-16be - Encode/Decode Range U+0000 - U+10FFFF |
| 13 no output means all ranges matched |
| 14 |
| 15 UTF-8 encoding (compare against unescape/encodeURIComponent) |
| 16 no output means all ranges matched |
| 17 |
| 18 UTF-8 decoding (compare against decodeURIComponent/escape) |
| 19 no output means all ranges matched |
| 20 |
| 21 PASS successfullyParsed is true |
| 22 |
| 23 TEST COMPLETE |
| 24 |
| OLD | NEW |