Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jul 17, 2024
1 parent 228d782 commit c37f220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ fn infer_geom_dimension<T: WktNum + FromStr + Default>(
tokens.next().unwrap().unwrap();
Ok(Dimension::XYZM)
}
"EMPTY" => Ok(Dimension::XY),
_ => Err("Unexpected word before open paren"),
},
// Not a word, e.g. an open paren
Expand Down

0 comments on commit c37f220

Please sign in to comment.