Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 2, 2024
1 parent 9558f56 commit bf5fbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf5fbb5

Please sign in to comment.