| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: "ExponentPart :: ExponentIndicator ( /+/-) 0 DecimalDigits is allowed" |
| description: "ExponentIndicator :: e" |
| $ERROR('#0: 0e-01 === 0'); |
| $ERROR('#1: 1e-01 === 0.1'); |
| $ERROR('#2: 2e-01 === 0.2'); |
| $ERROR('#3: 3e-01 === 0.3'); |
| $ERROR('#4: 4e-01 === 0.4'); |
| $ERROR('#5: 5e-01 === 0.5'); |
| $ERROR('#6: 6e-01 === 0.6'); |
| $ERROR('#7: 7e-01 === 0.7'); |
| $ERROR('#8: 8e-01 === 0.8'); |
| $ERROR('#9: 9e-01 === 0.9'); |