mirror of https://github.com/tc39/test262.git
fixup! Add tests for parsing behavior
This commit is contained in:
parent
c90f799f63
commit
90c667afd1
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-15-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a FunctionDeclaration
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-2-s
|
||||
description: >
|
||||
Strict Mode - Use Strict Directive Prologue is ''use strict''
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-19-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionDeclaration contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-16-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a FunctionExpression
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-2-s
|
||||
description: >
|
||||
Strict Mode - Use Strict Directive Prologue is ''use strict''
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-22-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionExpression contains Use
|
||||
|
|
Loading…
Reference in New Issue