diff options
Diffstat (limited to 'i18n/spec/parserSpec.js')
| -rw-r--r-- | i18n/spec/parserSpec.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/spec/parserSpec.js b/i18n/spec/parserSpec.js index 2904e31c..e9aff2be 100644 --- a/i18n/spec/parserSpec.js +++ b/i18n/spec/parserSpec.js @@ -24,6 +24,8 @@ describe('parsePattern', function() { parseAndExpect('#,##,##0.###', '', '-', '', '', 1, 0, 3, 2, 3); parseAndExpect("#,##0.###;\'\u202A\'-#,##0.###\'\u202C\'", '', '\u202A-', '', '\u202C', 1, 0, 3, 3, 3); + parseAndExpect('#0.###;#0.###-', '', '', '', '-', 1, 0, 3, 0, 0); + }); it('should parse CURRENCY patterns', function() { |
