summaryrefslogtreecommitdiff
path: root/tools/lint/test/fixtures/frontmatter_negative_valid.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/fixtures/frontmatter_negative_valid.js')
-rw-r--r--tools/lint/test/fixtures/frontmatter_negative_valid.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/lint/test/fixtures/frontmatter_negative_valid.js b/tools/lint/test/fixtures/frontmatter_negative_valid.js
new file mode 100644
index 000000000..f1b5cc05d
--- /dev/null
+++ b/tools/lint/test/fixtures/frontmatter_negative_valid.js
@@ -0,0 +1,12 @@
+^ expected errors | v input
+// Copyright (C) 2017 Mike Pennisi. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+/*---
+esid: sec-assignment-operators-static-semantics-early-errors
+description: Minimal test
+negative:
+ type: SyntaxError
+ phase: early
+---*/
+
+!!!