hy/tests/lang/kwargs.hy
2012-12-18 09:11:42 -05:00

11 lines
224 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(import ["tests.lang.test_kwargs"])
(def kiwi (fn []
(kwapply (tests.lang.test_kwargs.shim "one" "two") {
"three" "three"
"four" "four"
})
))