aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch07/7.8/7.8.3/7.8.3-1gs.js
blob: 18333642551b1a1193f7c1ff714db5163e63b4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path ch07/7.8/7.8.3/7.8.3-1gs.js
 * @description Strict Mode - octal extension(010) is forbidden in strict mode
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict";
throw NotEarlyError;
var y = 010;