aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch07/7.8/7.8.4/7.8.4-1gs.js
blob: e1a05fed4f578c704db1f4bda6616d6f0bd68f19 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch07/7.8/7.8.4/7.8.4-1gs.js
 * @description Strict Mode - OctalEscapeSequence(\0110) is forbidden in strict mode
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
var _7_8_4_2 = '100abc\0110def';