mirror of https://github.com/tc39/test262.git
Add tests for linter
This commit is contained in:
parent
cd79eada15
commit
002d3484d6
|
@ -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;
|
|
@ -1,3 +1,4 @@
|
||||||
|
LICENSE
|
||||||
^ expected errors | v input
|
^ expected errors | v input
|
||||||
/*---
|
/*---
|
||||||
esid: sec-assignment-operators-static-semantics-early-errors
|
esid: sec-assignment-operators-static-semantics-early-errors
|
||||||
|
|
Loading…
Reference in New Issue