fix: adds missing file format and missing reference in mod

This commit is contained in:
Elsa Minsut
2025-11-26 23:44:42 +01:00
parent d0f37854d9
commit bcbacdb0a3
3 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod test_actions; mod test_actions;
mod test_arabic_roman;
mod test_binary_search; mod test_binary_search;
mod test_cell; mod test_cell;
mod test_cell_clear_contents; mod test_cell_clear_contents;
@@ -39,6 +40,7 @@ mod test_metadata;
mod test_model_cell_clear_all; mod test_model_cell_clear_all;
mod test_model_is_empty_cell; mod test_model_is_empty_cell;
mod test_move_formula; mod test_move_formula;
mod test_mround_trunc_int;
mod test_quote_prefix; mod test_quote_prefix;
mod test_row_column_styles; mod test_row_column_styles;
mod test_set_user_input; mod test_set_user_input;