summaryrefslogtreecommitdiff
path: root/test/disabled/run/lisp.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-06-07 06:09:15 +0000
committerPaul Phillips <paulp@improving.org>2011-06-07 06:09:15 +0000
commitfec42c1f3a6753f962a03b22c4728f8f791dbb66 (patch)
tree4d9b3d26f7905fa8ccce8f792cf1c3e768da902b /test/disabled/run/lisp.check
parentb8575e9636004b4abfbd5cd4b0a71c39bf8b1127 (diff)
downloadscala-fec42c1f3a6753f962a03b22c4728f8f791dbb66.tar.gz
scala-fec42c1f3a6753f962a03b22c4728f8f791dbb66.tar.bz2
scala-fec42c1f3a6753f962a03b22c4728f8f791dbb66.zip
Lisp test wins again, no review.
Diffstat (limited to 'test/disabled/run/lisp.check')
-rw-r--r--test/disabled/run/lisp.check26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/disabled/run/lisp.check b/test/disabled/run/lisp.check
new file mode 100644
index 0000000000..64053f26d0
--- /dev/null
+++ b/test/disabled/run/lisp.check
@@ -0,0 +1,26 @@
+(lambda (x) (+ (* x x) 1))
+(lambda (x) (+ (* x x) 1))
+
+( '(1 2 3)) = (1 2 3)
+(car '(1 2 3)) = 1
+(cdr '(1 2 3)) = (2 3)
+(null? '(2 3)) = 0
+(null? '()) = 1
+
+faculty(10) = 3628800
+faculty(10) = 3628800
+foobar = ("a" "bc" "def" "z")
+
+List('lambda, List('x), List('+, List('*, 'x, 'x), 1))
+(lambda (x) (+ (* x x) 1))
+
+( '(1 2 3)) = (1 2 3)
+(car '(1 2 3)) = 1
+(cdr '(1 2 3)) = (2 3)
+(null? '(2 3)) = 0
+(null? '()) = 1
+
+faculty(10) = 3628800
+faculty(10) = 3628800
+foobar = ("a" "bc" "def" "z")
+