(1+x)^(1+y) was stringifyfied incorrectly We still need work on this FV now returns currency FV(-1,-2,1) should return #DIV/0! not #NUM!
65 lines
1.3 KiB
Rust
65 lines
1.3 KiB
Rust
mod test_actions;
|
|
mod test_binary_search;
|
|
mod test_cell;
|
|
mod test_cell_clear_contents;
|
|
mod test_circular_references;
|
|
mod test_column_width;
|
|
mod test_criteria;
|
|
mod test_currency;
|
|
mod test_date_and_time;
|
|
mod test_error_propagation;
|
|
mod test_fn_average;
|
|
mod test_fn_averageifs;
|
|
mod test_fn_choose;
|
|
mod test_fn_concatenate;
|
|
mod test_fn_count;
|
|
mod test_fn_exact;
|
|
mod test_fn_financial;
|
|
mod test_fn_formulatext;
|
|
mod test_fn_if;
|
|
mod test_fn_maxifs;
|
|
mod test_fn_minifs;
|
|
mod test_fn_product;
|
|
mod test_fn_rept;
|
|
mod test_fn_sum;
|
|
mod test_fn_sumifs;
|
|
mod test_fn_textbefore;
|
|
mod test_fn_textjoin;
|
|
mod test_fn_unicode;
|
|
mod test_forward_references;
|
|
mod test_frozen_rows_columns;
|
|
mod test_general;
|
|
mod test_math;
|
|
mod test_metadata;
|
|
mod test_model_cell_clear_all;
|
|
mod test_model_is_empty_cell;
|
|
mod test_move_formula;
|
|
mod test_quote_prefix;
|
|
mod test_set_user_input;
|
|
mod test_sheet_markup;
|
|
mod test_sheets;
|
|
mod test_styles;
|
|
mod test_trigonometric;
|
|
mod test_workbook;
|
|
mod test_worksheet;
|
|
pub(crate) mod util;
|
|
|
|
mod engineering;
|
|
mod test_fn_offset;
|
|
mod test_fn_or;
|
|
mod test_number_format;
|
|
|
|
mod test_escape_quotes;
|
|
mod test_extend;
|
|
mod test_fn_fv;
|
|
mod test_fn_type;
|
|
mod test_frozen_rows_and_columns;
|
|
mod test_geomean;
|
|
mod test_get_cell_content;
|
|
mod test_issue_155;
|
|
mod test_percentage;
|
|
mod test_set_functions_error_handling;
|
|
mod test_today;
|
|
mod test_types;
|
|
mod user_model;
|