#dont-go-north
(test *)
(run *)
(current player $Player)
($Player is #in #foyer)
(collect words) (perform [go #north]) (into $) %% throw away output
($Player is #in #foyer)
Attempting 10 tests.
Assertion failed: (w->flags & WORDF_DICT), function eval_run, file eval.c, line 2533.
Testing #dont-go-north:make: *** [cloak] Abort trap: 6
Test code in question:
...which results in