test262/test/language/literals/bigint/exponent-part.js

17 lines
380 B
JavaScript
Raw Normal View History

2017-07-11 17:55:23 +02:00
// Copyright (C) 2017 Robin Templeton. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
It is a Syntax Error if the NumericLiteralBase contains an ExponentPart.
esid: sec-numeric-literal-static-semantics-early-errors
2017-07-11 17:55:23 +02:00
features: [BigInt]
negative:
phase: parse
2017-07-11 17:55:23 +02:00
type: SyntaxError
---*/
$DONOTEVALUATE();
2017-07-11 17:55:23 +02:00
0e0n;