tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | LICENSE

commit 0b6ecc1987f1664e29fd2f48a5d99ad8c08f4d0a
parent 4a9a31e3582be41d80a01082fcfc0e18558e82b0
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Mon, 14 Jan 2019 11:38:08 -0800

Update tests for none not nil

Diffstat:
test.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test.c b/test.c @@ -80,12 +80,12 @@ char *tests[][2] = { { "-6/-3", "2" }, { "comments", NULL }, - { "; commment", "()" }, - { "; (+ 1 1)", "()" }, - { "(+ 1 ; more comments\n1)", "2" }, + { "; commment", "" }, + { "; (+ 1 1)", "" }, + { "(+ 1 ; more comments\n1)", "2" }, { "whitespace", NULL }, - { "\t \n \n\n\t\n \t\n", "()" }, + { "\t \n \n\n\t\n \t\n", "" }, { "\t \t(+ \t\t5 \n \n5 \n\t)", "10" }, { "quote", NULL },