| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: "DecimalLiteral :: DecimalIntegerLiteral. ExponentPart" |
| description: "ExponentPart :: e DecimalDigits" |
| $ERROR('#0: 0.e1 === 0'); |
| $ERROR('#1: 1.e1 === 10'); |
| $ERROR('#2: 2.e1 === 20'); |
| $ERROR('#3: 3.e1 === 30'); |
| $ERROR('#4: 4.e1 === 40'); |
| $ERROR('#5: 5.e1 === 50'); |
| $ERROR('#6: 6.e1 === 60'); |
| $ERROR('#7: 7.e1 === 70'); |
| $ERROR('#8: 8.e1 === 80'); |
| $ERROR('#9: 9.e1 === 90'); |