PHPExcel/unitTests/rawTestData/Calculation/Logical/NOT.data
Mark Baker 34f3e8b706 Initial phpunit unit test scripts
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85526 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-01-19 22:32:58 +00:00

20 lines
254 B
Plaintext

,TRUE
NULL,TRUE
-1,FALSE
0,TRUE
1,FALSE
2,FALSE
-1.5,FALSE
1.5,FALSE
"-1","#VALUE!"
"0","#VALUE!"
"1","#VALUE!"
"2","#VALUE!"
"-1.5","#VALUE!"
"1.5","#VALUE!"
"","#VALUE!"
"ABC","#VALUE!"
"FALSE",TRUE
"TRUE",FALSE
TRUE,FALSE
FALSE,TRUE