Add test for eval_outer_expr_unit_cond

This commit is contained in:
Colin Benner 2018-10-02 12:54:34 +02:00
parent 68f2db7055
commit fdcffecddc

View file

@ -343,3 +343,8 @@ fn test_reciprocal_conversion() {
Suggestions: Reciprocal conversion, invert one side",
);
}
#[test]
fn test_non_conversion_input() {
test("g", "Definition: gram = (1 / 1000) kg = 1 gram (mass; kg)");
}