Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
regress-177570.js
blob: 70c8e56ed2aef100ba007378b6c932ddabedf7e1 [
file
] [
log
] [
blame
]
// Regression test for bug 177570
if
(
/(Q)+|(\S)+Z/
.
test
(
"Z "
))
throw
"/(Q)+|(\S)+Z/.test(\"Z \") should fail, but actually succeeds"
;