FIX: TRUE and FALSE can also be functions

Previously the engine was internally transforming TRUE() to TRUE

Note that the friendly giant implements this only for
compatibility reasons
This commit is contained in:
Nicolás Hatcher
2024-12-29 18:41:19 +01:00
committed by Nicolás Hatcher Andrés
parent d3af994866
commit 6326c44941
5 changed files with 76 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ mod test_sheet_markup;
mod test_sheets;
mod test_styles;
mod test_trigonometric;
mod test_true_false;
mod test_workbook;
mod test_worksheet;
pub(crate) mod util;