blob: 38e2db4d032252758713dc6fc3e2fb6463579e0b [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: "DecimalLiteral :: ExponentPart is incorrect"
es5id: 7.8.3_A4.1_T7
description: "ExponentPart :: e 0"
---*/
assert.throws(ReferenceError, function() {
e0
});