Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
js
/
script-tests
/
invalid-utf8-in-syntax-error.js
blob: af94da46b6fee6ffeb87fc1ca42b908904842fa0 [
file
] [
log
] [
blame
]
description
(
'Ensures that we correctly propagate the error message for lexer errors containing invalid utf8 code sequences'
);
shouldThrow
(
'({f("\udead")})'
);
var
successfullyParsed
=
true
;