Skip to content

Commit e6b4966

Browse files
committed
doc: WebKit fails at ISO-2022-JP concat too
1 parent 4bfbbc8 commit e6b4966

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/encoding/mistakes.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ describe('Common implementation mistakes', () => {
194194
}
195195
})
196196

197-
// Chrome fails at this
197+
// Chrome and WebKit fail at this, Firefox passes
198+
// This one might be tricky to get into WPT, as two major impls ignore spec here
198199
// https://github.com/whatwg/encoding/issues/115
199200
test('Concatenating two ISO-2022-JP outputs is not always valid', (t) => {
200201
const fatal = new TextDecoder('iso-2022-jp', { fatal: true })

0 commit comments

Comments
 (0)