blob: d78956031eec189477703e172dfde56e38d8c4b2 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 7.8.4-1gs
description: >
Strict Mode - OctalEscapeSequence(\0110) is forbidden in strict
mode
negative: SyntaxError
flags: [onlyStrict]
---*/
throw NotEarlyError;
var _7_8_4_2 = '100abc\0110def';