Index: test/webkit/fast/regex/non-capturing-backtracking-expected.txt |
diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/regex/non-capturing-backtracking-expected.txt |
similarity index 92% |
copy from test/webkit/array-sort-reentrance-expected.txt |
copy to test/webkit/fast/regex/non-capturing-backtracking-expected.txt |
index 7119af90817eee9b7937e36da25e13456a8ba826..ca798d39497adfa8b55c40797a0f217701fe7732 100644 |
--- a/test/webkit/array-sort-reentrance-expected.txt |
+++ b/test/webkit/fast/regex/non-capturing-backtracking-expected.txt |
@@ -21,11 +21,12 @@ |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison function. |
+This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS re.exec('a') is ['a'] |
PASS successfullyParsed is true |
TEST COMPLETE |