Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
js
/
kde
/
script-tests
/
evil-n.js
blob: b756d7d4d1e6a7e8fdbae365d656ca6e6b1fbd5a [
file
] [
log
] [
blame
] [
edit
]
shouldBe
(
"(new Error()).message"
,
"''"
);
// the empty match isn't taken in account
shouldBe
(
"''.split(/.*/).length"
,
"0"
);