Index: test/preparser/preparser.expectation |
diff --git a/test/preparser/preparser.expectation b/test/preparser/preparser.expectation |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ebfbfa09bc97de81ca32136f4057042d8f53bfbf |
--- /dev/null |
+++ b/test/preparser/preparser.expectation |
@@ -0,0 +1,12 @@ |
+# Expectations for preparser tests. |
+# Only mentions tests that throw SyntaxError, and optionally specifies |
+# the message and location expected in the exception. |
+# Format: |
+# testname[:message[:beg_pos,end_pos]] |
+strict-octal-string:strict_octal_literal |
+strict-octal-regexp:strict_octal_literal |
+strict-octal-directive-before:strict_octal_literal |
+strict-octal-directive-after:strict_octal_literal |
+ |
+strict-octal-use-strict-after:strict_octal_literal |
+strict-octal-use-strict-before:strict_octal_literal |