Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 29, 2024
1 parent 074390c commit 7ab964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax-parameters.scm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(t.is (foo (string-append (it) "!"))
"hello, world!")))

(test "syntax-parameters: should return default paramter when anaphoric variable is used outside"
(test "syntax-parameters: should return default parameter when anaphoric variable is used outside"
(lambda (t)
(define-syntax-parameter it (syntax-rules () ((_) "default")))

Expand Down

0 comments on commit 7ab964a

Please sign in to comment.