From d64e5deb5cd7c853bef96b9d80919a176b703b26 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 8 Dec 2015 22:07:24 +0200 Subject: interpret both + and - --- tests/calc1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/calc1.txt b/tests/calc1.txt index a343306..ac08e76 100644 --- a/tests/calc1.txt +++ b/tests/calc1.txt @@ -24,3 +24,7 @@ Simple calculations 1-1 0 100-3 97 50${SPACE*5}- 5 45 + + 1+1 2 + 100+3 103 + 34 +${SPACE*4}6 40 -- cgit v1.2.3