| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: "DecimalLiteral :: DecimalIntegerLiteral. DecimalDigits" |
| description: After DecimalIntegerLiteral. used ZeroDigits |
| $ERROR('#0: 0.00 === 0'); |
| $ERROR('#1: 1.00 === 1'); |
| $ERROR('#2: 2.00 === 2'); |
| $ERROR('#3: 3.00 === 3'); |
| $ERROR('#4: 4.00 === 4'); |
| $ERROR('#5: 5.00 === 5'); |
| $ERROR('#6: 6.00 === 6'); |
| $ERROR('#7: 7.00 === 7'); |
| $ERROR('#8: 8.00 === 8'); |
| $ERROR('#9: 9.00 === 9'); |