Skip to content

Commit

Permalink
Updated test for MessagePrint based on Chris McCormick's old test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Roth committed Jul 23, 2010
1 parent 3c2ba2b commit 6f5a8ed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
9 changes: 6 additions & 3 deletions test/MessagePrint.golden
@@ -1,3 +1,6 @@
[@ 0.000ms] abc: bang
[@ 0.000ms] print: bang
[@ 0.000ms] print: bang
[@ 0.000ms] print: test
[@ 0.000ms] x1: 3.14
[@ 0.000ms] x1: walk the dog
[@ 0.000ms] x1: 234
[@ 0.000ms] x1: bang
[@ 0.000ms] 1
35 changes: 27 additions & 8 deletions test/MessagePrint.pd
@@ -1,8 +1,27 @@
#N canvas 720 303 450 300 10;
#X obj 32 19 loadbang;
#X obj 32 126 print abc;
#X obj 107 126 print 123;
#X obj 183 126 print;
#X connect 0 0 1 0;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#N canvas 657 346 454 211 10;
#X obj 16 5 loadbang;
#X msg 158 111 walk the dog;
#X msg 82 111 bang;
#X msg 123 111 234;
#X obj 124 155 print x1;
#X obj 47 155 print -n;
#X msg 272 111 3.14;
#X msg 48 111 1;
#X msg 328 111 test;
#X obj 328 155 print;
#X obj 48 49 t b b b b b b;
#X obj 16 26 t b b;
#X connect 0 0 11 0;
#X connect 1 0 4 0;
#X connect 2 0 4 0;
#X connect 3 0 4 0;
#X connect 6 0 4 0;
#X connect 7 0 5 0;
#X connect 8 0 9 0;
#X connect 10 0 7 0;
#X connect 10 1 2 0;
#X connect 10 2 3 0;
#X connect 10 3 1 0;
#X connect 10 4 6 0;
#X connect 10 5 8 0;
#X connect 11 1 10 0;

0 comments on commit 6f5a8ed

Please sign in to comment.