aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch10/10.1/10.1.1/10.1.1-2gs.js
blob: 03796072138391ed78ec99864b05b1a712a80244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path ch10/10.1/10.1.1/10.1.1-2gs.js
 * @description Strict Mode - Use Strict Directive Prologue is ''use strict'' which lost the last character ';'
 * @noStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict"
throw NotEarlyError;
var public = 1;