From 266012d2beb4bfb0e4b342fb697a2472cba7d25d Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 8 Dec 2015 22:27:12 +0200 Subject: handle multiplication and division --- tests/calc1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/calc1.txt b/tests/calc1.txt index ac08e76..ad30e6e 100644 --- a/tests/calc1.txt +++ b/tests/calc1.txt @@ -28,3 +28,6 @@ Simple calculations 1+1 2 100+3 103 34 +${SPACE*4}6 40 + + 10/2 5 + 3*4 12 -- cgit v1.2.3