FIX: Adds some tests

This commit is contained in:
Nicolás Hatcher
2024-11-25 23:09:03 +01:00
committed by Nicolás Hatcher Andrés
parent 411c5de59b
commit df0aa51d14
4 changed files with 226 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ pub fn new_empty_model() -> Model {
}
impl Model {
fn _parse_reference(&self, cell: &str) -> CellReferenceIndex {
pub fn _parse_reference(&self, cell: &str) -> CellReferenceIndex {
if cell.contains('!') {
self.parse_reference(cell).unwrap()
} else {