|
@@ -52,13 +52,11 @@
|
|
|
}
|
|
|
|
|
|
@test "Basic division" {
|
|
|
- skip "Feature not implemented"
|
|
|
result="$(echo '42 / 7 =' | ./eval.out)"
|
|
|
[ "$result" = "6" ]
|
|
|
}
|
|
|
|
|
|
@test "Basic truncated division" {
|
|
|
- skip "Feature not implemented"
|
|
|
result="$(echo '16 / 3 =' | ./eval.out)"
|
|
|
[ "$result" = "5" ]
|
|
|
}
|