mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Test another case in eval()
This commit is contained in:
parent
fdcffecddc
commit
ff8f243177
1 changed files with 5 additions and 0 deletions
|
@ -348,3 +348,8 @@ fn test_reciprocal_conversion() {
|
|||
fn test_non_conversion_input() {
|
||||
test("g", "Definition: gram = (1 / 1000) kg = 1 gram (mass; kg)");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_of_non_substance() {
|
||||
test("mass of 1kg", "Not defined: mass of <1 kilogram (mass)>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue