test262/test/language/literals/bigint/hexadecimal-invalid-digit.js

14 lines
297 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: Hexadecimal BigInt literal containing an invalid digit
esid: pending
features: [BigInt]
negative:
phase: early
type: SyntaxError
---*/
0xgn;