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 1f925699343a4fb0690959f8a11bb8934fa6cdc0..20017088385fa8474c1ed0923525f5e4d58fad79 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: Invalid regular expression flags |
-FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Invalid regular expression flags |
+PASS testForwardSlash("^\\\\/$", "\\/"); is true |
+PASS testForwardSlash("^\\\\\/$", "\\/"); is true |
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 |