Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passascii: 0E 24 42 79 56 1B 28 42
Asserts run
Pass
assert_equals("\ufffd$ByV", "\ufffd$ByV")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:63:9)
Passroman: 1B 28 4A 0F 1B 28 42
Asserts run
Pass
assert_equals("\ufffd", "\ufffd")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:68:9)
Passkatakana: 1B 28 49 65 1B 28 42
Asserts run
Pass
assert_equals("\ufffd", "\ufffd")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:73:9)
Passlead byte and trail byte 1B: 1B 24 42 7F 56 1B 28 42
Asserts run
Pass
assert_equals("\ufffd\ufffd", "\ufffd\ufffd")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:78:9)
Passtrail byte null index code point: 1B 24 42 24 74
Asserts run
Pass
assert_equals("\ufffd", "\ufffd")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:83:9)
Passtrail byte out of range: 1B 24 42 79 7F 1B 28 42
Asserts run
Pass
assert_equals("\ufffd", "\ufffd")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:90:9)
Passescape start: 1B 65 79 56 1B 28 42
Asserts run
Pass
assert_equals("\ufffdeyV", "\ufffdeyV")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:95:9)
Passescape: 1B 24 65 79 56 1B 28 42
Asserts run
Pass
assert_equals("\ufffd$eyV", "\ufffd$eyV")
    at Test.<anonymous> ( /encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html:100:9)