Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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
;