hy/tests/lang/kwargs.hy
Paul Tagliamonte f956b75e4e tests, again
2012-12-23 14:02:47 -05:00

10 lines
217 B
Hy

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