This commit is contained in:
Simon Gardling
2023-03-07 10:14:17 -05:00
parent b37a6223bc
commit d134e918e4
7 changed files with 52 additions and 53 deletions

View File

@@ -273,7 +273,7 @@ fn get_last_term() {
for (key, value) in values {
assert_eq!(
parsing::get_last_term(key.chars().collect::<Vec<char>>().as_slice()),
value
Some(value.to_owned())
);
}
}