Pass | Test that strings are not NFC normalized by Blob constructor | Asserts runPass | assert_equals("ό", "ό", "String should not be normalized")
at Test.<anonymous> ( /FileAPI/unicode.html:25:3) |
|
Pass | Test that strings are not NFC normalized by File constructor | Asserts runPass | assert_equals("ό", "ό", "String should not be normalized")
at Test.<anonymous> ( /FileAPI/unicode.html:31:3) |
|
Pass | Test that unpaired surrogates are replaced by Blob constructor | Asserts runPass | assert_equals("abc\ufffddef\ufffdghi", "abc\ufffddef\ufffdghi", "Unpaired surrogates should be replaced.")
at Test.<anonymous> ( /FileAPI/unicode.html:37:3) |
|
Pass | Test that unpaired surrogates are replaced by File constructor | Asserts runPass | assert_equals("abc\ufffddef\ufffdghi", "abc\ufffddef\ufffdghi", "Unpaired surrogates should be replaced.")
at Test.<anonymous> ( /FileAPI/unicode.html:43:3) |
|