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:
committed by
Nicolás Hatcher Andrés
parent
d3af994866
commit
6326c44941
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user