aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg-test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'gtwiwtg-test.lisp')
-rw-r--r--gtwiwtg-test.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtwiwtg-test.lisp b/gtwiwtg-test.lisp
new file mode 100644
index 0000000..c3aec34
--- /dev/null
+++ b/gtwiwtg-test.lisp
@@ -0,0 +1,10 @@
+(defpackage :gtwiwtg-test
+ (:use :cl :gtwiwtg :prove))
+
+(in-package :gtwiwtg-test)
+
+(is (take 4 (range)) '(0 1 2 3))
+(is (collect (range :from 2 :to -1 :by -0.5))
+ '(2.0 1.5 1.0 0.5 0.0 -0.5))
+(is ())
+