summaryrefslogtreecommitdiff
path: root/tools/lint/test/fixtures/frontmatter_negative_valid.js
blob: f1b5cc05da66f9d251c17bb83a8a06dcd060d185 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
---*/

!!!