Index: test/webkit/fast/regex/toString-expected.txt |
diff --git a/test/webkit/fast/regex/toString-expected.txt b/test/webkit/fast/regex/toString-expected.txt |
index 65e88ebd392f1c37e761a3ad575d706f9f414742..a7eaed65503eb8ac2b66eba52f20271e78fd600b 100644 |
--- a/test/webkit/fast/regex/toString-expected.txt |
+++ b/test/webkit/fast/regex/toString-expected.txt |
@@ -37,8 +37,8 @@ PASS testForwardSlash("^/$", "/"); is true |
PASS testForwardSlash("^\/$", "/"); is true |
PASS testForwardSlash("^\\/$", "\/"); is true |
PASS testForwardSlash("^\\\/$", "\/"); is true |
-FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected end of input |
-FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected end of input |
+FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Invalid regular expression flags |
+FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Invalid regular expression flags |
PASS testForwardSlash("x/x/x", "x\/x\/x"); is true |
PASS testForwardSlash("x\/x/x", "x\/x\/x"); is true |
PASS testForwardSlash("x/x\/x", "x\/x\/x"); is true |