Add more tests for OR and XOR

Some of these tests fail due to inconsistencies with Excel

cleanup
This commit is contained in:
Gian Hancock
2024-12-26 23:35:59 +11:00
committed by Nicolás Hatcher Andrés
parent 690032c811
commit 8ba30fde33
4 changed files with 205 additions and 37 deletions

View File

@@ -19,6 +19,7 @@ mod test_fn_formulatext;
mod test_fn_if;
mod test_fn_maxifs;
mod test_fn_minifs;
mod test_fn_or_xor;
mod test_fn_product;
mod test_fn_rept;
mod test_fn_sum;
@@ -46,7 +47,6 @@ pub(crate) mod util;
mod engineering;
mod test_fn_offset;
mod test_fn_or;
mod test_number_format;
mod test_escape_quotes;