Unit test data

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88319 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2012-03-24 23:11:14 +00:00
parent cbad0cbb14
commit 30fb3fba20
6 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,5 @@
3, 4, "3+4i"
3, 4, "j", "3+4j"
12.34, 5.67, "j", "12.34+5.67j" 12.34, 5.67, "j", "12.34+5.67j"
3.5, "A", "#VALUE!" 3.5, "A", "#VALUE!"
1.234E-5, 6.78E9, "1.234E-5+6780000000i" 1.234E-5, 6.78E9, "1.234E-5+6780000000i"

View File

@ -11,5 +11,5 @@
"0", "0" "0", "0"
"3579A", "#VALUE!" // Invalid decimal "3579A", "#VALUE!" // Invalid decimal
TRUE, "#VALUE!" // Non string TRUE, "#VALUE!" // Non string
"-54" "FFFFFFFFCA" // 2's Complement "-54", "FFFFFFFFCA" // 2's Complement
"-107", "FFFFFFFF95" // 2's Complement "-107", "FFFFFFFF95" // 2's Complement

View File

@ -2,7 +2,7 @@
"ABCD", "125715" "ABCD", "125715"
"F6", "366" "F6", "366"
"3B4E", "35516" "3B4E", "35516"
"F", 3", "017" "F", 3, "017"
"12345", "221505" "12345", "221505"
"123456789", "#NUM!" "123456789", "#NUM!"
"123.45", "#NUM!" "123.45", "#NUM!"

View File

@ -7,4 +7,3 @@
TRUE, "#VALUE!" TRUE, "#VALUE!"
"3579", "#NUM!" "3579", "#NUM!"
"7777777000", "1000000000" // 2's Complement "7777777000", "1000000000" // 2's Complement

View File

@ -0,0 +1,3 @@
#Issue date 1st Interest Settlement Rate Par Freq Basis Result
"2008-03-01", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 16.666666666667
"2008-03-05", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 15.555555555556

View File

@ -0,0 +1,2 @@
#Issue date Settlement Rate Par Basis Result
"2008-04-01", "2008-06-15", 0.10, 1000, 3, 20.54795