commit f073b6bd8c731e4d6bcc16883c59345974659db4 parent 74059fd448ccc311417ceddf591a1825cffe3ecf Author: Ed van Bruggen <edvb@uw.edu> Date: Sun, 15 Apr 2018 23:42:29 -0700 Add - math primitive tests Diffstat:
t/math/sub.expect | | | 6 | ++++++ |
t/math/sub.tsp | | | 6 | ++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/t/math/sub.expect b/t/math/sub.expect @@ -0,0 +1,6 @@ +-3 +-3 +289 +1 +5 +-35 diff --git a/t/math/sub.tsp b/t/math/sub.tsp @@ -0,0 +1,6 @@ +(- 3) +(- +3) +(- -289) +(- 5 4) +(- 40 20 15) +(- 53 88)