|
// 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"
|
|
description: "ExponentPart :: e DecimalDigits"
|
|
flags: [negative]
|
|
---*/
|
|
|
|
//CHECK#1
|
|
e+1
|