klisp

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

commit 6e3b8dcefadbb1d23aecc74bba9e33d951754164
parent 1e036d3d1b4535d7bb7eb93839acaaab72b78b12
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Wed, 26 Oct 2011 18:24:08 -0300

Uncommented encapsulation tests in test-all.k

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

diff --git a/src/tests/test-all.k b/src/tests/test-all.k @@ -15,7 +15,7 @@ (load "tests/environment-mutation.k") (load "tests/combiners.k") ;; XXX Oto, you forgot to add tests/encapsulations.k to the repo! -;;(load "tests/encapsulations.k") +(load "tests/encapsulations.k") (load "tests/numbers.k") (load "tests/strings.k") (load "tests/characters.k")