PhpSpreadsheet/tests/rawTestData/Calculation/TextData/TEXT.data
Adrien Crivelli 00657c906e
Reorganize unit tests
All code for unit tests is now under the `PhpSpreadsheet\Tests` namespace
which is autoloaded via composer mechanism. So there is no need for
`require()` anymore.

Also, tests were moved in `tests/` folder and phpunit should be executed from
the project root folder. This is to conform to the de facto standard, notably
in use in phpunit itself.
2016-08-14 02:29:33 +09:00

14 lines
466 B
Plaintext

123.456, '"$#,##0.00"', "$123.46"
-123.456, '"$#,##0.00"', "$-123.46"
123.456, '"#,##0.00"', "123.46"
123.456, '"#,##0"', "123"
123.456, "00000", "00123"
123456.789, '"$#,##0.00"', '"$123,456.79"'
123456.789, '"#,##0.00"', '"123,456.79"'
123456.789, "0.00E+00", "1.23E05"
-123456.789, "0.00E+00", "-1.23E05"
0.000012345, "0.00E+00", "1.23E-05"
"19-Dec-1960", "yyyy-mm-dd", "1960-12-19"
"1-Jan-2012", "yyyy-mm-dd", "2012-01-01"
1.75, "# ?/?", "1 3/4"