| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: "DecimalLiteral :: DecimalIntegerLiteral. DecimalDigigts ExponentPart" |
| description: "ExponentPart :: E 0" |
| $ERROR('#0: 0.0E0 === 0.0'); |
| $ERROR('#1: 1.1E0 === 1.1'); |
| $ERROR('#2: 2.2E0 === 2.2'); |
| $ERROR('#3: 3.3E0 === 3.3'); |
| $ERROR('#4: 4.4E0 === 4.4'); |
| $ERROR('#5: 5.5E0 === 5.5'); |
| $ERROR('#6: 6.E0 === 6.6'); |
| $ERROR('#7: 7.7E0 === 7.7'); |
| $ERROR('#8: 8.8E0 === 8.8'); |
| $ERROR('#9: 9.9E0 === 9.9'); |