summaryrefslogtreecommitdiff
path: root/test/res/scratch.lisp
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-08-21 18:15:40 +0200
committernea <nea@nea.moe>2023-08-21 18:15:40 +0200
commit62244f488cf570471ecb9de919ecbf961508757c (patch)
tree187e9d651ac57533d29d96fcc77c61befaf415c7 /test/res/scratch.lisp
parent4bbfede4060d38083aafd8a6c7ab2847e0e55ebf (diff)
downloadnealisp-62244f488cf570471ecb9de919ecbf961508757c.tar.gz
nealisp-62244f488cf570471ecb9de919ecbf961508757c.tar.bz2
nealisp-62244f488cf570471ecb9de919ecbf961508757c.zip
Better binding for more types
Diffstat (limited to 'test/res/scratch.lisp')
-rw-r--r--test/res/scratch.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/res/scratch.lisp b/test/res/scratch.lisp
index 667f903..00517a8 100644
--- a/test/res/scratch.lisp
+++ b/test/res/scratch.lisp
@@ -25,4 +25,4 @@
(debuglog "============")
(debuglog "Running tests")
-(debuglog "This should be 1.0" (funny-method 1.1 "test" false)) \ No newline at end of file
+(debuglog "This should be 1.0" (funny-method 1.1 "test" false (test 1 2 3 4 /))) \ No newline at end of file