summaryrefslogtreecommitdiff
path: root/test/disabled/run/lisp.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-06 06:06:30 +0000
committerPaul Phillips <paulp@improving.org>2011-10-06 06:06:30 +0000
commit1e0f7dcb4fcc216afff4b88555d5751bbcc9a58d (patch)
treefcbc02a0c7115c2db1af45411adb8cb2be33e7a7 /test/disabled/run/lisp.check
parentdaffb123fd196dca0331c6dd9ca693e35ff7e9ec (diff)
downloadscala-1e0f7dcb4fcc216afff4b88555d5751bbcc9a58d.tar.gz
scala-1e0f7dcb4fcc216afff4b88555d5751bbcc9a58d.tar.bz2
scala-1e0f7dcb4fcc216afff4b88555d5751bbcc9a58d.zip
Imprison the lisp test, 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")
+