Add test for Double subtraction

This commit is contained in:
Christian Rasmussen 2019-12-22 21:47:25 +01:00
parent 479872290d
commit a70c68da91
4 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ idrisTests
"interface005", "interface006", "interface007", "interface008",
"interface009", "interface010", "interface011", "interface012",
"interface013", "interface014",
"interpreter001",
"lazy001",
"linear001", "linear002", "linear003", "linear004", "linear005",
"linear006", "linear007",

View File

@ -0,0 +1,2 @@
Main> 1.5
Main> Bye for now!

View File

@ -0,0 +1,2 @@
3.5 - 2.0
:q

View File

@ -0,0 +1 @@
$1 --no-banner < input