diff options
author | Jaroslav Kysela <perex@perex.cz> | 2003-12-21 18:25:57 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2003-12-21 18:25:57 +0000 |
commit | 4aec7396ffa63db937f65e1e4a3ce278493e98c1 (patch) | |
tree | a44446fe0d1ae39d087487ddd0f0288cee9a2889 /alsalisp | |
parent | 319c46a982747ad0a1973fc9ce5bb50d06043a79 (diff) | |
download | alsa-lib-4aec7396ffa63db937f65e1e4a3ce278493e98c1.tar.gz |
Fixed lisp for ordinary mixer API
Diffstat (limited to 'alsalisp')
-rw-r--r-- | alsalisp/test.lisp | 3 |
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) |