Data files for Unit Tests

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@86200 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2012-02-08 21:40:05 +00:00
parent 897d8843c4
commit c1f957adbf
5 changed files with 34 additions and 2 deletions

View File

@ -0,0 +1,11 @@
{1|2;3|4}, {1|2;3|4}, {7|10;15|22}
{1|2|3;4|5|6;7|8|9}, {1|2|3;4|5|6;7|8|9}, {30|36|42;66|81|96;102|126|150}
{1|2;3|4}, 2, {2|4;6|8}
{1|2;3|4}, {2}, {2|4;6|8}
2, {1|2;3|4}, {2|4;6|8}
{2}, {1|2;3|4}, {2|4;6|8}
{1|2;3|4}, {2|4}, {2|4;6|8}
{1|2;3|4}, {2;4}, {2|4;6|8}
{2|4}, {1|2;3|4}, {2|4;6|8}
{2;4}, {1|2;3|4}, {2|4;6|8}
{1|2;3|4;5|6}, {1|2|3;4|5|6}, {1|2|3;4|5|6;7|8|9}

View File

@ -0,0 +1,19 @@
3.14159, 2, 3.14
3.14159, 3, 3.141
-3.14159, 2, -3.14
-3.14159, 3, -3.141
31415.92654, 10, 31415.92654
-31415.92654, 10, -31415.92654
31415.92654, 2, 31415.92
31415.92654, -2, 31400
31415.92654, -10, 0
-31415.92654, -10, 0
12345.6789, -3, 12000
12345.6789, -2, 12300
12345.6789, -1, 12340
12345.6789, 0, 12345
12345.6789, 1, 12345.6
12345.6789, 2, 12345.67
12345.6789, 3, 12345.678
"ABC", 2, "#VALUE!"
31415.92654, "ABC", "#VALUE!"

View File

@ -3,4 +3,3 @@
65, "A" 65, "A"
123, "{" 123, "{"
126, "~" 126, "~"
255, "<22>"

View File

@ -9,3 +9,4 @@ TRUE, 84
"Mark Baker", 77 "Mark Baker", 77
"mark baker", 109 "mark baker", 109
"£125.00", 163 "£125.00", 163
"Бензин", 1234

View File

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