Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 4, 2024
1 parent 1d26ca5 commit a857a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1556,5 +1556,5 @@
(alist alist-builder (rest ...) (results ... (a . b))))
((_ a ...) (alist alist-builder (a ...) ()))))

(t.is (alist 'foo 10 'bar 20 'baz 30)
(t.is (alist foo 10 bar 20 baz 30)
'((foo . 10) (bar . 20) (baz . 30)))))

0 comments on commit a857a52

Please sign in to comment.