mirror of
https://github.com/janet-lang/janet
synced 2025-10-15 07:47:40 +00:00
Fix comment macro arity #110
This commit is contained in:
@@ -103,4 +103,10 @@
|
||||
(assert (= (+ ;(range 6)) (myfn 0 1 2 :a 3 :b 4 :c 5)) "keyword args 1")
|
||||
(assert (= (+ ;(range 6)) (myfn 0 1 2 :a 1 :b 6 :c 5 :d 11)) "keyword args 2")
|
||||
|
||||
# Comment macro
|
||||
(comment 1)
|
||||
(comment 1 2)
|
||||
(comment 1 2 3)
|
||||
(comment 1 2 3 4)
|
||||
|
||||
(end-suite)
|
||||
|
Reference in New Issue
Block a user