FIX: Adds some tests
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
411c5de59b
commit
df0aa51d14
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user