From 991d7eaa2a9550c7be0a63d7c1ba7c38c7de2acf Mon Sep 17 00:00:00 2001 From: Felix Perktold Date: Thu, 22 Jan 2026 19:06:19 +0100 Subject: fix test, add entry to README --- test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test.c') diff --git a/test.c b/test.c index c6df833..8f31896 100644 --- a/test.c +++ b/test.c @@ -387,8 +387,9 @@ void test_eq_symbols() { value *expr = cons(make_symbol("equal?"), - cons(make_symbol("foo"), - cons(make_symbol("foo"), make_nil()) + cons(cons(make_symbol("quote"), cons(make_symbol("foo"), make_nil())), + cons(cons(make_symbol("quote"), cons(make_symbol("foo"), make_nil())), + make_nil()) ) ); -- cgit v1.2.3