aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-24 21:58:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-24 21:58:29 +0000
commitd7f7197fd1b0e06098379fad6cc1adbe69c442e3 (patch)
tree2f074bb3906b6c0561ada0c71ba4490fc0e3aa65 /tests
parent42787dfc649a9824dc69de61496fe7f12d9d082a (diff)
tests whether the "help"-message crashes an object (esp. on w32)
svn path=/trunk/externals/zexy/; revision=4485
Diffstat (limited to 'tests')
-rw-r--r--tests/help-msg/0x260x260x7e.pd14
-rw-r--r--tests/help-msg/0x2e.pd14
-rw-r--r--tests/help-msg/0x3c0x7e.pd14
-rw-r--r--tests/help-msg/0x3d0x3d0x7e.pd14
-rw-r--r--tests/help-msg/0x3e0x7e.pd14
-rw-r--r--tests/help-msg/0x7c0x7c0x7e.pd14
-rw-r--r--tests/help-msg/a2l.pd14
-rw-r--r--tests/help-msg/absgn~.pd14
-rw-r--r--tests/help-msg/abs~.pd14
-rw-r--r--tests/help-msg/atoi.pd14
-rw-r--r--tests/help-msg/avg~.pd14
-rw-r--r--tests/help-msg/blockmirror~.pd14
-rw-r--r--tests/help-msg/blockswap~.pd14
-rw-r--r--tests/help-msg/date.pd14
-rw-r--r--tests/help-msg/demultiplex.pd14
-rw-r--r--tests/help-msg/demultiplex~.pd14
-rw-r--r--tests/help-msg/dfreq~.pd14
-rw-r--r--tests/help-msg/dirac~.pd14
-rw-r--r--tests/help-msg/drip.pd14
-rw-r--r--tests/help-msg/envrms~.pd14
-rw-r--r--tests/help-msg/fifop.pd14
-rw-r--r--tests/help-msg/glue.pd14
-rw-r--r--tests/help-msg/index.pd14
-rw-r--r--tests/help-msg/length.pd14
-rw-r--r--tests/help-msg/lifop.pd14
-rw-r--r--tests/help-msg/limiter~.pd14
-rw-r--r--tests/help-msg/list2int.pd14
-rw-r--r--tests/help-msg/list2symbol.pd14
-rw-r--r--tests/help-msg/lister.pd14
-rw-r--r--tests/help-msg/lpt.pd14
-rw-r--r--tests/help-msg/makesymbol.pd14
-rw-r--r--tests/help-msg/mavg.pd14
-rw-r--r--tests/help-msg/minmax.pd14
-rw-r--r--tests/help-msg/msgfile.pd14
-rw-r--r--tests/help-msg/multiline~.pd14
-rw-r--r--tests/help-msg/multiplex.pd14
-rw-r--r--tests/help-msg/multiplex~.pd14
-rw-r--r--tests/help-msg/niagara.pd14
-rw-r--r--tests/help-msg/noish~.pd14
-rw-r--r--tests/help-msg/noisi~.pd14
-rw-r--r--tests/help-msg/operating_system.pd14
-rw-r--r--tests/help-msg/packel.pd14
-rw-r--r--tests/help-msg/pack~.pd14
-rw-r--r--tests/help-msg/pdf~.pd14
-rw-r--r--tests/help-msg/prime.pd14
-rw-r--r--tests/help-msg/quantize~.pd14
-rw-r--r--tests/help-msg/regex.pd14
-rw-r--r--tests/help-msg/relay.pd14
-rw-r--r--tests/help-msg/repack.pd14
-rw-r--r--tests/help-msg/repeat.pd14
-rw-r--r--tests/help-msg/sfplay.pd14
-rw-r--r--tests/help-msg/sfrecord.pd14
-rw-r--r--tests/help-msg/sgn~.pd14
-rw-r--r--tests/help-msg/sigzero~.pd14
-rw-r--r--tests/help-msg/sort.pd14
-rw-r--r--tests/help-msg/step~.pd14
-rw-r--r--tests/help-msg/strcmp.pd14
-rw-r--r--tests/help-msg/sum.pd14
-rw-r--r--tests/help-msg/swap~.pd14
-rw-r--r--tests/help-msg/symbol2list.pd14
-rw-r--r--tests/help-msg/tabdump.pd14
-rw-r--r--tests/help-msg/tabminmax.pd14
-rw-r--r--tests/help-msg/tabset.pd14
-rw-r--r--tests/help-msg/tavg~.pd14
-rw-r--r--tests/help-msg/time.pd14
-rw-r--r--tests/help-msg/unpack~.pd14
-rw-r--r--tests/help-msg/urn.pd14
-rw-r--r--tests/help-msg/wrap.pd14
-rw-r--r--tests/help-msg/zexy.pd14
-rw-r--r--tests/help-msg/z~.pd14
70 files changed, 980 insertions, 0 deletions
diff --git a/tests/help-msg/0x260x260x7e.pd b/tests/help-msg/0x260x260x7e.pd
new file mode 100644
index 0000000..4b6ce12
--- /dev/null
+++ b/tests/help-msg/0x260x260x7e.pd
@@ -0,0 +1,14 @@
+#N canvas 341 512 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x260x260x7e] crashes when a "help"-message
+is sent;
+#X obj 113 214 &&~;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/0x2e.pd b/tests/help-msg/0x2e.pd
new file mode 100644
index 0000000..f18564c
--- /dev/null
+++ b/tests/help-msg/0x2e.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x2e] crashes when a "help"-message is
+sent;
+#X obj 113 214 .;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/0x3c0x7e.pd b/tests/help-msg/0x3c0x7e.pd
new file mode 100644
index 0000000..8801e63
--- /dev/null
+++ b/tests/help-msg/0x3c0x7e.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x3c0x7e] crashes when a "help"-message
+is sent;
+#X obj 113 214 >~;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/0x3d0x3d0x7e.pd b/tests/help-msg/0x3d0x3d0x7e.pd
new file mode 100644
index 0000000..fa58376
--- /dev/null
+++ b/tests/help-msg/0x3d0x3d0x7e.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x3d0x3d0x7e] crashes when a "help"-message
+is sent;
+#X obj 113 214 ==~;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/0x3e0x7e.pd b/tests/help-msg/0x3e0x7e.pd
new file mode 100644
index 0000000..22896e9
--- /dev/null
+++ b/tests/help-msg/0x3e0x7e.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x3e0x7e] crashes when a "help"-message
+is sent;
+#X obj 113 214 <~;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/0x7c0x7c0x7e.pd b/tests/help-msg/0x7c0x7c0x7e.pd
new file mode 100644
index 0000000..01a642e
--- /dev/null
+++ b/tests/help-msg/0x7c0x7c0x7e.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [0x7c0x7c0x7e] crashes when a "help"-message
+is sent;
+#X obj 113 214 ||~;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 1 0;
+#X connect 4 0 6 0;
diff --git a/tests/help-msg/a2l.pd b/tests/help-msg/a2l.pd
new file mode 100644
index 0000000..0cdfd91
--- /dev/null
+++ b/tests/help-msg/a2l.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 a2l;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [a2l] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/absgn~.pd b/tests/help-msg/absgn~.pd
new file mode 100644
index 0000000..a446e5c
--- /dev/null
+++ b/tests/help-msg/absgn~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 absgn~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [absgn~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/abs~.pd b/tests/help-msg/abs~.pd
new file mode 100644
index 0000000..db304bf
--- /dev/null
+++ b/tests/help-msg/abs~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 abs~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [abs~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/atoi.pd b/tests/help-msg/atoi.pd
new file mode 100644
index 0000000..609de09
--- /dev/null
+++ b/tests/help-msg/atoi.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 atoi;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [atoi] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/avg~.pd b/tests/help-msg/avg~.pd
new file mode 100644
index 0000000..8c0b41d
--- /dev/null
+++ b/tests/help-msg/avg~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 avg~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [avg~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/blockmirror~.pd b/tests/help-msg/blockmirror~.pd
new file mode 100644
index 0000000..c90a35e
--- /dev/null
+++ b/tests/help-msg/blockmirror~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 blockmirror~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [blockmirror~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/blockswap~.pd b/tests/help-msg/blockswap~.pd
new file mode 100644
index 0000000..7ecbe3b
--- /dev/null
+++ b/tests/help-msg/blockswap~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 blockswap~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [blockswap~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/date.pd b/tests/help-msg/date.pd
new file mode 100644
index 0000000..da8b5e9
--- /dev/null
+++ b/tests/help-msg/date.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 date;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [date] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/demultiplex.pd b/tests/help-msg/demultiplex.pd
new file mode 100644
index 0000000..2c8b4b8
--- /dev/null
+++ b/tests/help-msg/demultiplex.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 demultiplex;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [demultiplex] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/demultiplex~.pd b/tests/help-msg/demultiplex~.pd
new file mode 100644
index 0000000..709bee4
--- /dev/null
+++ b/tests/help-msg/demultiplex~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 demultiplex~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [demultiplex~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/dfreq~.pd b/tests/help-msg/dfreq~.pd
new file mode 100644
index 0000000..7e1aa1c
--- /dev/null
+++ b/tests/help-msg/dfreq~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 dfreq~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [dfreq~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/dirac~.pd b/tests/help-msg/dirac~.pd
new file mode 100644
index 0000000..29ddf85
--- /dev/null
+++ b/tests/help-msg/dirac~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 dirac~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [dirac~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/drip.pd b/tests/help-msg/drip.pd
new file mode 100644
index 0000000..2c719c4
--- /dev/null
+++ b/tests/help-msg/drip.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 drip;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [drip] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/envrms~.pd b/tests/help-msg/envrms~.pd
new file mode 100644
index 0000000..bf7c075
--- /dev/null
+++ b/tests/help-msg/envrms~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 envrms~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [envrms~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/fifop.pd b/tests/help-msg/fifop.pd
new file mode 100644
index 0000000..badb7a4
--- /dev/null
+++ b/tests/help-msg/fifop.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 fifop;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [fifop] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/glue.pd b/tests/help-msg/glue.pd
new file mode 100644
index 0000000..45dd262
--- /dev/null
+++ b/tests/help-msg/glue.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 glue;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [glue] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/index.pd b/tests/help-msg/index.pd
new file mode 100644
index 0000000..982bc4c
--- /dev/null
+++ b/tests/help-msg/index.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 index;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [index] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/length.pd b/tests/help-msg/length.pd
new file mode 100644
index 0000000..97c0383
--- /dev/null
+++ b/tests/help-msg/length.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 length;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [length] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/lifop.pd b/tests/help-msg/lifop.pd
new file mode 100644
index 0000000..4347c6e
--- /dev/null
+++ b/tests/help-msg/lifop.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 lifop;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [lifop] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/limiter~.pd b/tests/help-msg/limiter~.pd
new file mode 100644
index 0000000..fc9b79a
--- /dev/null
+++ b/tests/help-msg/limiter~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 limiter~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [limiter~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/list2int.pd b/tests/help-msg/list2int.pd
new file mode 100644
index 0000000..d7b6fda
--- /dev/null
+++ b/tests/help-msg/list2int.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 list2int;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [list2int] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/list2symbol.pd b/tests/help-msg/list2symbol.pd
new file mode 100644
index 0000000..f36c1e2
--- /dev/null
+++ b/tests/help-msg/list2symbol.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 list2symbol;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [list2symbol] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/lister.pd b/tests/help-msg/lister.pd
new file mode 100644
index 0000000..d1dd8ef
--- /dev/null
+++ b/tests/help-msg/lister.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 lister;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [lister] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/lpt.pd b/tests/help-msg/lpt.pd
new file mode 100644
index 0000000..c5eac37
--- /dev/null
+++ b/tests/help-msg/lpt.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 lpt;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [lpt] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/makesymbol.pd b/tests/help-msg/makesymbol.pd
new file mode 100644
index 0000000..84dbbab
--- /dev/null
+++ b/tests/help-msg/makesymbol.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 makesymbol;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [makesymbol] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/mavg.pd b/tests/help-msg/mavg.pd
new file mode 100644
index 0000000..8a5047c
--- /dev/null
+++ b/tests/help-msg/mavg.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 mavg;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [mavg] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/minmax.pd b/tests/help-msg/minmax.pd
new file mode 100644
index 0000000..ce71ac4
--- /dev/null
+++ b/tests/help-msg/minmax.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 minmax;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [minmax] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/msgfile.pd b/tests/help-msg/msgfile.pd
new file mode 100644
index 0000000..0e5d8c8
--- /dev/null
+++ b/tests/help-msg/msgfile.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 msgfile;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [msgfile] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/multiline~.pd b/tests/help-msg/multiline~.pd
new file mode 100644
index 0000000..42ffba0
--- /dev/null
+++ b/tests/help-msg/multiline~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 multiline~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [multiline~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/multiplex.pd b/tests/help-msg/multiplex.pd
new file mode 100644
index 0000000..ff83297
--- /dev/null
+++ b/tests/help-msg/multiplex.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 multiplex;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [multiplex] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/multiplex~.pd b/tests/help-msg/multiplex~.pd
new file mode 100644
index 0000000..61f1ab2
--- /dev/null
+++ b/tests/help-msg/multiplex~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 multiplex~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [multiplex~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/niagara.pd b/tests/help-msg/niagara.pd
new file mode 100644
index 0000000..5ea405e
--- /dev/null
+++ b/tests/help-msg/niagara.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 niagara;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [niagara] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/noish~.pd b/tests/help-msg/noish~.pd
new file mode 100644
index 0000000..483fa6b
--- /dev/null
+++ b/tests/help-msg/noish~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 noish~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [noish~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/noisi~.pd b/tests/help-msg/noisi~.pd
new file mode 100644
index 0000000..b7b0d6b
--- /dev/null
+++ b/tests/help-msg/noisi~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 noisi~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [noisi~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/operating_system.pd b/tests/help-msg/operating_system.pd
new file mode 100644
index 0000000..804bd22
--- /dev/null
+++ b/tests/help-msg/operating_system.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 operating_system;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [operating_system] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/packel.pd b/tests/help-msg/packel.pd
new file mode 100644
index 0000000..b92f681
--- /dev/null
+++ b/tests/help-msg/packel.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 packel;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [packel] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/pack~.pd b/tests/help-msg/pack~.pd
new file mode 100644
index 0000000..225c31d
--- /dev/null
+++ b/tests/help-msg/pack~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 pack~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [pack~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/pdf~.pd b/tests/help-msg/pdf~.pd
new file mode 100644
index 0000000..9e09e1b
--- /dev/null
+++ b/tests/help-msg/pdf~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 pdf~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [pdf~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/prime.pd b/tests/help-msg/prime.pd
new file mode 100644
index 0000000..fdf6d5f
--- /dev/null
+++ b/tests/help-msg/prime.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 prime;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [prime] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/quantize~.pd b/tests/help-msg/quantize~.pd
new file mode 100644
index 0000000..17955e6
--- /dev/null
+++ b/tests/help-msg/quantize~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 quantize~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [quantize~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/regex.pd b/tests/help-msg/regex.pd
new file mode 100644
index 0000000..1ae4896
--- /dev/null
+++ b/tests/help-msg/regex.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 regex;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [regex] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/relay.pd b/tests/help-msg/relay.pd
new file mode 100644
index 0000000..1ad88d0
--- /dev/null
+++ b/tests/help-msg/relay.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 relay;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [relay] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/repack.pd b/tests/help-msg/repack.pd
new file mode 100644
index 0000000..e451f45
--- /dev/null
+++ b/tests/help-msg/repack.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 repack;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [repack] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/repeat.pd b/tests/help-msg/repeat.pd
new file mode 100644
index 0000000..0ffb534
--- /dev/null
+++ b/tests/help-msg/repeat.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 repeat;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [repeat] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sfplay.pd b/tests/help-msg/sfplay.pd
new file mode 100644
index 0000000..fe7df5e
--- /dev/null
+++ b/tests/help-msg/sfplay.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sfplay;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sfplay] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sfrecord.pd b/tests/help-msg/sfrecord.pd
new file mode 100644
index 0000000..fc6291d
--- /dev/null
+++ b/tests/help-msg/sfrecord.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sfrecord;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sfrecord] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sgn~.pd b/tests/help-msg/sgn~.pd
new file mode 100644
index 0000000..056682a
--- /dev/null
+++ b/tests/help-msg/sgn~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sgn~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sgn~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sigzero~.pd b/tests/help-msg/sigzero~.pd
new file mode 100644
index 0000000..7637621
--- /dev/null
+++ b/tests/help-msg/sigzero~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sigzero~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sigzero~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sort.pd b/tests/help-msg/sort.pd
new file mode 100644
index 0000000..bf41ad1
--- /dev/null
+++ b/tests/help-msg/sort.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sort;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sort] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/step~.pd b/tests/help-msg/step~.pd
new file mode 100644
index 0000000..2facfe1
--- /dev/null
+++ b/tests/help-msg/step~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 step~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [step~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/strcmp.pd b/tests/help-msg/strcmp.pd
new file mode 100644
index 0000000..174c1b5
--- /dev/null
+++ b/tests/help-msg/strcmp.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 strcmp;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [strcmp] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/sum.pd b/tests/help-msg/sum.pd
new file mode 100644
index 0000000..bd05880
--- /dev/null
+++ b/tests/help-msg/sum.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 sum;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [sum] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/swap~.pd b/tests/help-msg/swap~.pd
new file mode 100644
index 0000000..b6de21e
--- /dev/null
+++ b/tests/help-msg/swap~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 swap~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [swap~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/symbol2list.pd b/tests/help-msg/symbol2list.pd
new file mode 100644
index 0000000..db821be
--- /dev/null
+++ b/tests/help-msg/symbol2list.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 symbol2list;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [symbol2list] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/tabdump.pd b/tests/help-msg/tabdump.pd
new file mode 100644
index 0000000..3f96767
--- /dev/null
+++ b/tests/help-msg/tabdump.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 tabdump;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [tabdump] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/tabminmax.pd b/tests/help-msg/tabminmax.pd
new file mode 100644
index 0000000..8d5ff94
--- /dev/null
+++ b/tests/help-msg/tabminmax.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 tabminmax;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [tabminmax] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/tabset.pd b/tests/help-msg/tabset.pd
new file mode 100644
index 0000000..b97046f
--- /dev/null
+++ b/tests/help-msg/tabset.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 tabset;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [tabset] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/tavg~.pd b/tests/help-msg/tavg~.pd
new file mode 100644
index 0000000..e831c55
--- /dev/null
+++ b/tests/help-msg/tavg~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 tavg~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [tavg~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/time.pd b/tests/help-msg/time.pd
new file mode 100644
index 0000000..ee2b273
--- /dev/null
+++ b/tests/help-msg/time.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 time;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [time] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/unpack~.pd b/tests/help-msg/unpack~.pd
new file mode 100644
index 0000000..a7f987b
--- /dev/null
+++ b/tests/help-msg/unpack~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 unpack~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [unpack~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/urn.pd b/tests/help-msg/urn.pd
new file mode 100644
index 0000000..2c8403b
--- /dev/null
+++ b/tests/help-msg/urn.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 urn;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [urn] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/wrap.pd b/tests/help-msg/wrap.pd
new file mode 100644
index 0000000..cba9923
--- /dev/null
+++ b/tests/help-msg/wrap.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 wrap;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [wrap] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/zexy.pd b/tests/help-msg/zexy.pd
new file mode 100644
index 0000000..44d3d58
--- /dev/null
+++ b/tests/help-msg/zexy.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 zexy;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [zexy] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
diff --git a/tests/help-msg/z~.pd b/tests/help-msg/z~.pd
new file mode 100644
index 0000000..cbee1c5
--- /dev/null
+++ b/tests/help-msg/z~.pd
@@ -0,0 +1,14 @@
+#N canvas 179 117 582 310 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 113 214 z~;
+#X obj 91 240 i 1;
+#X msg 113 183 help;
+#X text 37 51 tests whether [z~] crashes when a "help"-message is
+sent;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;