From bf5fbb513319dc6f7db6d52286bb3eecca402a48 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Fri, 3 May 2024 01:19:17 +0200 Subject: [PATCH] fix tests --- tests/core.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core.scm b/tests/core.scm index 5be59ec7..080da8da 100644 --- a/tests/core.scm +++ b/tests/core.scm @@ -146,7 +146,7 @@ (t.is '|\n| (string->symbol "\n")) (t.is '|\t\t| (string->symbol "\t\t")) (t.is '|\r| (string->symbol "\r")) - (t.is '|\s| 's) + (t.is '|\s| '\s) (t.is '|\x3BB;| 'λ) (t.is '|\x9;\x9;| '|\t\t|) ;; found in