More than one operand
@@ -61,3 +61,8 @@
[ "$result" = "5" ]
}
+@test "Complex division" {
+ result="$(echo '182 / 3 / 15 =' | ./eval.out)"
+ [ "$result" = "4" ]
+}
+