diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-09-05 16:10:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-09-05 16:10:19 +0000 |
commit | b0950b3d98002d5c7870e0a33704d94cf24abfc7 (patch) | |
tree | 1e43916677372d4d0860cf1fe3e84ec67070f69d /tests/msgfile | |
parent | fd894c0e7308a40150c1e09b496a6cea40852189 (diff) |
a crasher-bug committed by ed.
svn path=/trunk/externals/zexy/; revision=8705
Diffstat (limited to 'tests/msgfile')
-rw-r--r-- | tests/msgfile/emptyreplace.pd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/msgfile/emptyreplace.pd b/tests/msgfile/emptyreplace.pd new file mode 100644 index 0000000..8049cb9 --- /dev/null +++ b/tests/msgfile/emptyreplace.pd @@ -0,0 +1,20 @@ +#N canvas 0 0 454 304 10; +#X obj 182 147 msgfile; +#X msg 207 78 goto 12; +#X msg 182 118 replace crash; +#X obj 182 60 t b b; +#X obj 86 43 t b b; +#X obj 86 20 inlet run_test; +#X msg 86 190 1; +#X obj 86 218 outlet; +#X text 128 192 if we survive the test \, we automatically pass it +; +#X text 190 37 this is a crash-test!; +#X connect 1 0 0 0; +#X connect 2 0 0 0; +#X connect 3 0 2 0; +#X connect 3 1 1 0; +#X connect 4 0 6 0; +#X connect 4 1 3 0; +#X connect 5 0 4 0; +#X connect 6 0 7 0; |