aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-30 14:18:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-30 14:18:57 +0000
commit635b6111191a406a11bc92def81d141f70b1f76f (patch)
tree699565020f4293b9241f95a2dd15b17e7ad67511 /tests
parent16c54f596018864b3d2ee41a0b1ee3fb7bf5ecf3 (diff)
regression test for [lister] and inlne modification of lists
svn path=/trunk/externals/zexy/; revision=8777
Diffstat (limited to 'tests')
-rw-r--r--tests/lister/inline.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/lister/inline.pd b/tests/lister/inline.pd
new file mode 100644
index 0000000..9e5ae39
--- /dev/null
+++ b/tests/lister/inline.pd
@@ -0,0 +1,23 @@
+#N canvas 330 540 450 376 10;
+#X obj 140 166 t l l;
+#X obj 170 216 + 1;
+#X msg 140 118 1;
+#X msg 170 237 list \$1;
+#X obj 140 145 lister;
+#X obj 140 265 f;
+#X obj 170 188 f;
+#X obj 140 285 == 1;
+#X obj 140 47 inlet;
+#X obj 140 75 t b;
+#X obj 140 327 outlet;
+#X connect 0 0 5 0;
+#X connect 0 1 6 0;
+#X connect 1 0 3 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 1;
+#X connect 4 0 0 0;
+#X connect 5 0 7 0;
+#X connect 6 0 1 0;
+#X connect 7 0 10 0;
+#X connect 8 0 9 0;
+#X connect 9 0 2 0;