Added a test

pull/2/head
Mark 2023-08-03 22:13:45 -07:00
parent e67a5c4696
commit 10314a2deb
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ fn basic_units() {
bad_expr("m + s");
bad_expr("m ^ s");
bad_expr("m - s");
//bad_expr("m ^ pi");
}