fixup! Add tests for parsing behavior

This commit is contained in:
Mike Pennisi 2018-06-17 20:36:55 -04:00
parent c90f799f63
commit 90c667afd1
6 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-15-s es5id: 10.1.1-15-s
description: > description: >
Strict Mode - Function code that is part of a FunctionDeclaration Strict Mode - Function code that is part of a FunctionDeclaration

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-2-s es5id: 10.1.1-2-s
description: > description: >
Strict Mode - Use Strict Directive Prologue is ''use strict'' Strict Mode - Use Strict Directive Prologue is ''use strict''

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-19-s es5id: 10.1.1-19-s
description: > description: >
Strict Mode - Function code of a FunctionDeclaration contains Use Strict Mode - Function code of a FunctionDeclaration contains Use

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-16-s es5id: 10.1.1-16-s
description: > description: >
Strict Mode - Function code that is part of a FunctionExpression Strict Mode - Function code that is part of a FunctionExpression

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-2-s es5id: 10.1.1-2-s
description: > description: >
Strict Mode - Use Strict Directive Prologue is ''use strict'' Strict Mode - Use Strict Directive Prologue is ''use strict''

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: use-strict-directive
es5id: 10.1.1-22-s es5id: 10.1.1-22-s
description: > description: >
Strict Mode - Function code of a FunctionExpression contains Use Strict Mode - Function code of a FunctionExpression contains Use