Test another case in eval()

This commit is contained in:
Colin Benner 2018-10-03 19:12:11 +02:00
parent fdcffecddc
commit ff8f243177

View file

@ -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)>");
}