Summary

Harness status: OK

Found 4 tests

Details

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