Added unit errors

This commit is contained in:
2023-04-10 18:47:00 -07:00
parent fbc0a6557e
commit 6ce4451db7
4 changed files with 27 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ fn units() {
//good_expr("2 m", "rt (4m^2)");
//bad_expr("m + s");
//bad_expr("m ^ s");
bad_expr("m + s");
bad_expr("m ^ s");
//bad_expr("m ^ pi");
}