summaryrefslogtreecommitdiff
path: root/alsalisp
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-12-21 18:25:57 +0000
committerJaroslav Kysela <perex@perex.cz>2003-12-21 18:25:57 +0000
commit4aec7396ffa63db937f65e1e4a3ce278493e98c1 (patch)
treea44446fe0d1ae39d087487ddd0f0288cee9a2889 /alsalisp
parent319c46a982747ad0a1973fc9ce5bb50d06043a79 (diff)
Fixed lisp for ordinary mixer API
Diffstat (limited to 'alsalisp')
-rw-r--r--alsalisp/test.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/alsalisp/test.lisp b/alsalisp/test.lisp
index 3ac061d4..eebb7b7f 100644
--- a/alsalisp/test.lisp
+++ b/alsalisp/test.lisp
@@ -47,6 +47,9 @@
(+ 1.1 2.2 3.3) (&check-memory)
(+ 'aaaa) (&check-memory)
(+ 'aaaa 'bbbb) (&check-memory)
+(+ "aaaa") (&check-memory)
+(+ "aaaa" "bbbb") (&check-memory)
+(+ "aaaa" "bbbb" "cccc") (&check-memory)
(-) (&check-memory)
(- 1) (&check-memory)