From 47c6acdea56ab270ca37f0ac521794cfc5b70338 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 14 Nov 2011 10:16:42 -0700 Subject: [PATCH] [honu] add tests for precedence cases --- collects/tests/honu/check.rkt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/collects/tests/honu/check.rkt b/collects/tests/honu/check.rkt index 47dd28ee10..b9b77b75c0 100644 --- a/collects/tests/honu/check.rkt +++ b/collects/tests/honu/check.rkt @@ -62,9 +62,19 @@ "basic math" @input{ 1 + 1 + 1 + 2 * 3 + 3 * 2 + 1 + 1 + 4 ^ 2 * 3 + 1 + 4 ^ 3 ^ 2 + 4 ^ 3 ^ 2 + 1 } @output{2 + 7 + 7 + 49 + 262145 + 262145 }) (test