fix diff generation and add test coverage

This commit is contained in:
Brian Hung
2025-07-22 17:25:34 -07:00
committed by Nicolás Hatcher Andrés
parent 51f2da8663
commit b4349ff5da
4 changed files with 206 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
mod test_add_delete_sheets;
mod test_autofill_columns;
mod test_autofill_rows;
mod test_batch_row_column_diff;
mod test_border;
mod test_clear_cells;
mod test_column_style;