Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
LayoutTests
/
js
/
script-tests
/
regexp-character-match-out-of-order.js
blob: ab1ab52af532d6e488f5c8b296ea9ae0c7893fb4 [
file
] [
log
] [
blame
]
description
(
'Test to ensure RegExp generates single character matches in the correct order'
);
shouldBe
(
"/[\\w']+/.exec(\"'_'\").toString()"
,
"\"'_'\""
);