haikuwebkit/LayoutTests/js/regexp-find-first-asserted-...

13 lines
429 B
Plaintext

Tests some regular expressions that were doing the wrong thing with the "find first asserted" optimization.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS /.*<body>(.*)<\/body>.*/.exec("foo<body>bar</body>baz").toString() is "foo<body>bar</body>baz,bar"
PASS /\s*<!--([sS]*)\/\/\s*-->\s*/.exec("<!--// -->").toString() is "<!--// -->,"
PASS successfullyParsed is true
TEST COMPLETE