Fix :help
parent
254d8455a3
commit
4a4eb8b7bb
|
@ -0,0 +1,5 @@
|
|||
IN: help.tests
|
||||
USING: tools.test help kernel ;
|
||||
|
||||
[ 3 throw ] must-fail
|
||||
[ ] [ :help ] unit-test
|
|
@ -136,7 +136,7 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
|
|||
":edit - jump to source location (parse errors only)" print
|
||||
|
||||
":get ( var -- value ) accesses variables at time of the error" print
|
||||
":vars - list all variables at error time";
|
||||
":vars - list all variables at error time" print ;
|
||||
|
||||
: :help ( -- )
|
||||
error get delegates [ error-help ] map [ ] subset
|
||||
|
|
Loading…
Reference in New Issue