diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/basic.result | 2 | ||||
-rw-r--r-- | test/basic.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/basic.result b/test/basic.result index b4de394..e435210 100644 --- a/test/basic.result +++ b/test/basic.result @@ -1 +1,3 @@ 11 +1 +0 diff --git a/test/basic.test b/test/basic.test index b31be57..4492ffc 100644 --- a/test/basic.test +++ b/test/basic.test @@ -1,3 +1,5 @@ id x = x const x y = x const(3,5) * id(7) - const(10,2) +const(True,False) +const(False,37) |