aboutsummaryrefslogtreecommitdiff
path: root/test/cyclone/match-reentrant.pd
diff options
context:
space:
mode:
Diffstat (limited to 'test/cyclone/match-reentrant.pd')
-rw-r--r--test/cyclone/match-reentrant.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/cyclone/match-reentrant.pd b/test/cyclone/match-reentrant.pd
new file mode 100644
index 0000000..495cfad
--- /dev/null
+++ b/test/cyclone/match-reentrant.pd
@@ -0,0 +1,20 @@
+#N canvas 496 270 520 430 12;
+#X obj 38 135 t a b;
+#X obj 38 244 print;
+#X obj 38 88 match -1 -2 -3 -4 -5 -6 -7 -8 -9;
+#X msg 38 38 -1 -2 -3 -4 -5 -6 -7 -8 -9;
+#X msg 78 195 set 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;
+#X obj 228 330 t a b;
+#X msg 268 373 4 5 6;
+#X obj 228 289 match 1 nn 3;
+#X msg 228 244 1 2 3;
+#X connect 0 0 1 0;
+#X connect 0 1 4 0;
+#X connect 2 0 0 0;
+#X connect 3 0 2 0;
+#X connect 4 0 2 0;
+#X connect 5 0 1 0;
+#X connect 5 1 6 0;
+#X connect 6 0 7 0;
+#X connect 7 0 5 0;
+#X connect 8 0 7 0;