mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Add test for eval_outer_expr_unit_cond
This commit is contained in:
parent
68f2db7055
commit
fdcffecddc
1 changed files with 5 additions and 0 deletions
|
@ -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)");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue