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