Merge branch 'master' into experimental
commit
a0ca5c1cf5
|
@ -1,4 +1,5 @@
|
||||||
USING: destructors kernel tools.test continuations ;
|
USING: destructors kernel tools.test continuations accessors
|
||||||
|
namespaces sequences ;
|
||||||
IN: destructors.tests
|
IN: destructors.tests
|
||||||
|
|
||||||
TUPLE: dispose-error ;
|
TUPLE: dispose-error ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 James Cash
|
! Copyright (C) 2008 James Cash
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: lisp lisp.parser tools.test sequences math kernel ;
|
USING: lisp lisp.parser tools.test sequences math kernel parser ;
|
||||||
|
|
||||||
IN: lisp.test
|
IN: lisp.test
|
||||||
|
|
||||||
|
@ -13,5 +13,7 @@ init-env
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{ 3 } [
|
{ 3 } [
|
||||||
"((lambda (x y) (+ x y)) 1 2)" lisp-string>factor call
|
[
|
||||||
|
"((lambda (x y) (+ x y)) 1 2)" lisp-string>factor call
|
||||||
|
] with-interactive-vocabs
|
||||||
] unit-test
|
] unit-test
|
Loading…
Reference in New Issue