From e74f7af55c28267ecfbeda52fa563795e52776cc Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 19 Oct 2005 14:00:47 +0000 Subject: Added check files for jvm runnable tests. --- test-nsc/files/run/lisp.check | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test-nsc/files/run/lisp.check (limited to 'test-nsc/files/run/lisp.check') diff --git a/test-nsc/files/run/lisp.check b/test-nsc/files/run/lisp.check new file mode 100644 index 0000000000..8a61dd7315 --- /dev/null +++ b/test-nsc/files/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") + -- cgit v1.2.3