PHPExcel/unitTests/rawTestData/Calculation/Logical/IF.data
Mark Baker 897da40d97 Data files for Unit Tests
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85752 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-01-26 01:42:43 +00:00

8 lines
122 B
Plaintext

0
TRUE, 0
FALSE, FALSE
TRUE, "ABC", "ABC"
FALSE, "ABC", FALSE
TRUE, "ABC", "XYZ", "ABC"
FALSE, "ABC", "XYZ", "XYZ"