aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-01 11:11:05 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-01 11:11:05 +0000
commit0a458186e28da8f1eab78cf99d865165d48bcc7b (patch)
treef3f06ff0c7c7a43678ec6ca4817cdef7d38e6677 /tests
parent00ed9802ff7f22d5c6a368e2dd2a72d03406a641 (diff)
added fbar's original patch to trigger the bug;
layout modifications at the old trigger patch svn path=/trunk/externals/zexy/; revision=8780
Diffstat (limited to 'tests')
-rw-r--r--tests/lister/inline.pd6
-rw-r--r--tests/lister/inline2.pd27
2 files changed, 30 insertions, 3 deletions
diff --git a/tests/lister/inline.pd b/tests/lister/inline.pd
index 9e5ae39..5b5d86c 100644
--- a/tests/lister/inline.pd
+++ b/tests/lister/inline.pd
@@ -1,11 +1,11 @@
#N canvas 330 540 450 376 10;
#X obj 140 166 t l l;
-#X obj 170 216 + 1;
+#X obj 210 206 + 1;
#X msg 140 118 1;
-#X msg 170 237 list \$1;
+#X msg 210 227 list \$1;
#X obj 140 145 lister;
#X obj 140 265 f;
-#X obj 170 188 f;
+#X obj 210 188 f;
#X obj 140 285 == 1;
#X obj 140 47 inlet;
#X obj 140 75 t b;
diff --git a/tests/lister/inline2.pd b/tests/lister/inline2.pd
new file mode 100644
index 0000000..2f6d104
--- /dev/null
+++ b/tests/lister/inline2.pd
@@ -0,0 +1,27 @@
+#N canvas 109 76 453 304 10;
+#X obj 44 158 l;
+#X obj 44 215 list split 1;
+#X msg 69 124 1 2 3 4;
+#X text 11 32 I expect this to output 1 instead of 2 when first banged...
+;
+#X obj 105 155 list split 1;
+#X obj 105 182 list prepend;
+#X obj 44 179 t a a;
+#X obj 44 100 t b b;
+#X obj 44 234 f;
+#X obj 44 257 == 1;
+#X obj 44 81 inlet;
+#X obj 44 277 outlet;
+#X connect 0 0 6 0;
+#X connect 1 0 8 0;
+#X connect 2 0 0 1;
+#X connect 4 0 5 0;
+#X connect 4 1 5 1;
+#X connect 5 0 0 1;
+#X connect 6 0 1 0;
+#X connect 6 1 4 0;
+#X connect 7 0 0 0;
+#X connect 7 1 2 0;
+#X connect 8 0 9 0;
+#X connect 9 0 11 0;
+#X connect 10 0 7 0;