FIX[parser]: Check the order (row, column) in range before transforming

Fixes #155
This commit is contained in:
Nicolás Hatcher
2024-11-30 14:26:54 +01:00
committed by Nicolás Hatcher Andrés
parent 3270d587ac
commit 4b806c357a
4 changed files with 103 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ mod test_extend;
mod test_fn_type;
mod test_frozen_rows_and_columns;
mod test_get_cell_content;
mod test_issue_155;
mod test_percentage;
mod test_set_functions_error_handling;
mod test_today;