tests, again
This commit is contained in:
parent
71dc59a441
commit
f956b75e4e
@ -1,4 +1,4 @@
|
|||||||
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
||||||
|
|
||||||
(defn square [arg]
|
(defn square [arg]
|
||||||
(return (* arg arg)))
|
(* arg arg))
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
(import "tests.lang.test_kwargs")
|
(import "tests.lang.test_kwargs")
|
||||||
|
|
||||||
(defn kiwi []
|
(defn kiwi []
|
||||||
(return (kwapply (tests.lang.test_kwargs.shim "one" "two") {
|
(kwapply (tests.lang.test_kwargs.shim "one" "two") {
|
||||||
"three" "three"
|
"three" "three"
|
||||||
"four" "four"
|
"four" "four"
|
||||||
}))
|
}))
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user