Add tests for linter

This commit is contained in:
Leo Balter 2019-07-15 13:24:31 -04:00 committed by Rick Waldron
parent cd79eada15
commit 002d3484d6
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
LICENSE
^ expected errors | v input
// Copyright (C) 2012-2019 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: Applied to a "covered" YieldExpression
---*/
void 0;

View File

@ -1,3 +1,4 @@
LICENSE
^ expected errors | v input
/*---
esid: sec-assignment-operators-static-semantics-early-errors