Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is a testharness.js-based test.
- PASS "unicode-1-1-utf-8" => "utf-8"
- PASS " unicode-1-1-utf-8" => "utf-8"
- PASS "unicode-1-1-utf-8 " => "utf-8"
- PASS " unicode-1-1-utf-8 " => "utf-8"
- PASS "\tunicode-1-1-utf-8" => "utf-8"
- PASS "unicode-1-1-utf-8\t" => "utf-8"
- PASS "\tunicode-1-1-utf-8\t" => "utf-8"
- PASS "\nunicode-1-1-utf-8" => "utf-8"
- PASS "unicode-1-1-utf-8\n" => "utf-8"
- PASS "\nunicode-1-1-utf-8\n" => "utf-8"
- PASS "\funicode-1-1-utf-8" => "utf-8"
- PASS "unicode-1-1-utf-8\f" => "utf-8"
- PASS "\funicode-1-1-utf-8\f" => "utf-8"
- PASS "\runicode-1-1-utf-8" => "utf-8"
- PASS "unicode-1-1-utf-8\r" => "utf-8"
- PASS "\runicode-1-1-utf-8\r" => "utf-8"
- PASS "utf-8" => "utf-8"
- PASS " utf-8" => "utf-8"
- PASS "utf-8 " => "utf-8"
- PASS " utf-8 " => "utf-8"
- PASS "\tutf-8" => "utf-8"
- PASS "utf-8\t" => "utf-8"
- PASS "\tutf-8\t" => "utf-8"
- PASS "\nutf-8" => "utf-8"
- PASS "utf-8\n" => "utf-8"
- PASS "\nutf-8\n" => "utf-8"
- PASS "\futf-8" => "utf-8"
- PASS "utf-8\f" => "utf-8"
- PASS "\futf-8\f" => "utf-8"
- PASS "\rutf-8" => "utf-8"
- PASS "utf-8\r" => "utf-8"
- PASS "\rutf-8\r" => "utf-8"
- PASS "utf8" => "utf-8"
- PASS " utf8" => "utf-8"
- PASS "utf8 " => "utf-8"
- PASS " utf8 " => "utf-8"
- PASS "\tutf8" => "utf-8"
- PASS "utf8\t" => "utf-8"
- PASS "\tutf8\t" => "utf-8"
- PASS "\nutf8" => "utf-8"
- PASS "utf8\n" => "utf-8"
- PASS "\nutf8\n" => "utf-8"
- PASS "\futf8" => "utf-8"
- PASS "utf8\f" => "utf-8"
- PASS "\futf8\f" => "utf-8"
- PASS "\rutf8" => "utf-8"
- PASS "utf8\r" => "utf-8"
- PASS "\rutf8\r" => "utf-8"
- PASS "utf-16be" => "utf-16be"
- PASS " utf-16be" => "utf-16be"
- PASS "utf-16be " => "utf-16be"
- PASS " utf-16be " => "utf-16be"
- PASS "\tutf-16be" => "utf-16be"
- PASS "utf-16be\t" => "utf-16be"
- PASS "\tutf-16be\t" => "utf-16be"
- PASS "\nutf-16be" => "utf-16be"
- PASS "utf-16be\n" => "utf-16be"
- PASS "\nutf-16be\n" => "utf-16be"
- PASS "\futf-16be" => "utf-16be"
- PASS "utf-16be\f" => "utf-16be"
- PASS "\futf-16be\f" => "utf-16be"
- PASS "\rutf-16be" => "utf-16be"
- PASS "utf-16be\r" => "utf-16be"
- PASS "\rutf-16be\r" => "utf-16be"
- PASS "utf-16" => "utf-16le"
- PASS " utf-16" => "utf-16le"
- PASS "utf-16 " => "utf-16le"
- PASS " utf-16 " => "utf-16le"
- PASS "\tutf-16" => "utf-16le"
- PASS "utf-16\t" => "utf-16le"
- PASS "\tutf-16\t" => "utf-16le"
- PASS "\nutf-16" => "utf-16le"
- PASS "utf-16\n" => "utf-16le"
- PASS "\nutf-16\n" => "utf-16le"
- PASS "\futf-16" => "utf-16le"
- PASS "utf-16\f" => "utf-16le"
- PASS "\futf-16\f" => "utf-16le"
- PASS "\rutf-16" => "utf-16le"
- PASS "utf-16\r" => "utf-16le"
- PASS "\rutf-16\r" => "utf-16le"
- PASS "utf-16le" => "utf-16le"
- PASS " utf-16le" => "utf-16le"
- PASS "utf-16le " => "utf-16le"
- PASS " utf-16le " => "utf-16le"
- PASS "\tutf-16le" => "utf-16le"
- PASS "utf-16le\t" => "utf-16le"
- PASS "\tutf-16le\t" => "utf-16le"
- PASS "\nutf-16le" => "utf-16le"
- PASS "utf-16le\n" => "utf-16le"
- PASS "\nutf-16le\n" => "utf-16le"
- PASS "\futf-16le" => "utf-16le"
- PASS "utf-16le\f" => "utf-16le"
- PASS "\futf-16le\f" => "utf-16le"
- PASS "\rutf-16le" => "utf-16le"
- PASS "utf-16le\r" => "utf-16le"
- PASS "\rutf-16le\r" => "utf-16le"
- FAIL "\vunicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "unicode-1-1-utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vunicode-1-1-utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16be\v" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16be\v" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16le\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "\vutf-16le\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL "utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- FAIL " utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
- Harness: the test ran to completion.
Advertisement
Add Comment
Please, Sign In to add comment