diff options
author | nea <nea@nea.moe> | 2023-08-21 19:24:30 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-21 19:24:30 +0200 |
commit | ad9429d1cae70baf9b561090bb33ab2941d2a3a5 (patch) | |
tree | 4ee3307fffbb8704e406619cc7918b5089e9f278 /test/res/scratch.lisp | |
parent | 62244f488cf570471ecb9de919ecbf961508757c (diff) | |
download | nealisp-ad9429d1cae70baf9b561090bb33ab2941d2a3a5.tar.gz nealisp-ad9429d1cae70baf9b561090bb33ab2941d2a3a5.tar.bz2 nealisp-ad9429d1cae70baf9b561090bb33ab2941d2a3a5.zip |
Varargs support
Diffstat (limited to 'test/res/scratch.lisp')
-rw-r--r-- | test/res/scratch.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/res/scratch.lisp b/test/res/scratch.lisp index 00517a8..3fc6ed7 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 (test 1 2 3 4 /)))
\ No newline at end of file +(debuglog "This should be 1.0" (funny-method 1.1 "test" false (test 1 2 3 4 /) :test))
\ No newline at end of file |