diff options
Diffstat (limited to 'test/excelx/cell/test_number.rb')
| -rw-r--r-- | test/excelx/cell/test_number.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/excelx/cell/test_number.rb b/test/excelx/cell/test_number.rb index 5c8d726..ddcffeb 100644 --- a/test/excelx/cell/test_number.rb +++ b/test/excelx/cell/test_number.rb @@ -66,6 +66,7 @@ class TestRooExcelxCellNumber < Minitest::Test ['0.000000000', '1042.000000000'], ['#,##0', '1,042'], ['#,##0.00', '1,042.00'], + ['#,##0.000', '1,042.000'], ['0%', '104200%'], ['0.00%', '104200.00%'], ['0.00E+00', '1.04E+03'], @@ -74,6 +75,7 @@ class TestRooExcelxCellNumber < Minitest::Test ['#,##0.00;(#,##0.00)', '1,042.00'], ['#,##0.00;[Red](#,##0.00)', '1,042.00'], ['##0.0E+0', '1.0E+03'], + ["_-* #,##0.00\\ _€_-;\\-* #,##0.00\\ _€_-;_-* \"-\"??\\ _€_-;_-@_-", '1,042.00'], ['@', '1042'] ].each do |style_format, result| cell = Roo::Excelx::Cell::Number.new '1042', nil, [style_format], nil, nil, nil |
