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
|
||||
|
||||
(defn square [arg]
|
||||
(return (* arg arg)))
|
||||
(* arg arg))
|
||||
|
@ -3,8 +3,7 @@
|
||||
(import "tests.lang.test_kwargs")
|
||||
|
||||
(defn kiwi []
|
||||
(return (kwapply (tests.lang.test_kwargs.shim "one" "two") {
|
||||
(kwapply (tests.lang.test_kwargs.shim "one" "two") {
|
||||
"three" "three"
|
||||
"four" "four"
|
||||
}))
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user