diff options
author | David Robillard <d@drobilla.net> | 2009-10-16 03:39:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-10-16 03:39:22 +0000 |
commit | bf0d7b7add98f976592c9766273ecc84f8b0b6b9 (patch) | |
tree | 6e440e3496bdc32b16bad029c0513c13f280bdab /test | |
parent | 2f42cbc0483c437632dd810111964600bbdb900c (diff) | |
download | resp-bf0d7b7add98f976592c9766273ecc84f8b0b6b9.tar.gz resp-bf0d7b7add98f976592c9766273ecc84f8b0b6b9.tar.bz2 resp-bf0d7b7add98f976592c9766273ecc84f8b0b6b9.zip |
Make ellipses a new kind (AType::DOTS).
git-svn-id: http://svn.drobilla.net/resp/tuplr@238 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test')
-rw-r--r-- | test/tup.tpr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tup.tpr b/test/tup.tpr index ac32387..17d59cb 100644 --- a/test/tup.tpr +++ b/test/tup.tpr @@ -1,2 +1,6 @@ (def t (cons 1 2 3 4 5)) +(. t 0) +(. t 1) (. t 2) +(. t 3) +(. t 4) |