mirror of
https://github.com/rm-dr/daisy
synced 2025-12-15 16:22:47 -08:00
Added check for negative powers
This commit is contained in:
@@ -171,6 +171,7 @@ fn operators() {
|
||||
good_expr("7", "3!+1");
|
||||
good_expr("18", "3!3");
|
||||
bad_expr("3.1!");
|
||||
bad_expr("0^(-1)");
|
||||
bad_expr("pi!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user