update 1.0.8.0
Commits for version update
This commit is contained in:
20
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/NOT.data
vendored
Normal file
20
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/NOT.data
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user