klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit e473f9cae641581dd1253b562095a7ae261a0cc9
parent dde29039eb8ad83c03ece4d8b282ba3c3e2728b5
Author: Oto Havle <havleoto@gmail.com>
Date:   Sun, 23 Oct 2011 15:29:12 +0200

Added test of make-encapsulation-type.

Diffstat:
Msrc/tests/test-all.k | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/tests/test-all.k b/src/tests/test-all.k @@ -14,6 +14,7 @@ (load "tests/environments.k") (load "tests/environment-mutation.k") (load "tests/combiners.k") +(load "tests/encapsulations.k") (load "tests/numbers.k") (load "tests/strings.k") (load "tests/characters.k")