Skip to content

Commit

Permalink
help.html: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 15, 2024
1 parent 3e1a3db commit 72b7c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion basis/help/html/html-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ math ;

{ t } [ all-vocabs-really [ vocab-spec? ] all? ] unit-test

{ t } [ all-vocabs-really [ vocab-name "sequences.private" = ] any? ] unit-test
{ t } [ all-vocabs-really [ vocab-name "sequences" = ] any? ] unit-test

{ f } [ all-vocabs-really [ vocab-name "sequences.private" = ] any? ] unit-test

{ f } [ all-vocabs-really [ vocab-name "scratchpad" = ] any? ] unit-test

0 comments on commit 72b7c0c

Please sign in to comment.