mirror of
https://github.com/pd-l2ork/pd-l2ork.git
synced 2026-02-26 08:44:42 +01:00
This is an initial attempt at a regression testing framework. Initially it has some regression tests that come from the work on improvements to the msg box. The framework allows the tests themselves to remain extremely simple. They just need to send a number and potential error message to the outlet. However, they do need to be added in the main patch. This is because we will need to run some tests in a certain order. We could number the test filenames but that's less easy to change later.
18 lines
430 B
Plaintext
18 lines
430 B
Plaintext
#N canvas 57 140 582 396 12;
|
|
#X obj 36 25 inlet;
|
|
#X obj 36 54 t b b;
|
|
#X obj 36 264 outlet;
|
|
#X obj 36 195 f 0;
|
|
#X obj 54 135 r \$0-dollsym;
|
|
#X msg 68 90 \; \$0-dollsym bang;
|
|
#X obj 54 161 f 1;
|
|
#X obj 36 223 list append dollarzero should expand properly in a symbol
|
|
that follows a semicolon;
|
|
#X connect 0 0 1 0;
|
|
#X connect 1 0 3 0;
|
|
#X connect 1 1 5 0;
|
|
#X connect 3 0 7 0;
|
|
#X connect 4 0 6 0;
|
|
#X connect 6 0 3 1;
|
|
#X connect 7 0 2 0;
|