hy/tests/lang/kwargs.hy

11 lines
224 B
Hy
Raw Normal View History

2012-12-18 15:11:42 +01:00
; 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"
})
))