]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words-tests.factor
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because...
[factor.git] / core / words / words-tests.factor
index 605f8b8c4dfba5d245071cff433e19ee26a8cdbb..18914bcacba25cd80b8d082786a3d57f110110b0 100644 (file)
@@ -11,7 +11,7 @@ IN: words.tests
     "poo" "words.tests" lookup-word execute
 ] unit-test
 
-[ t ] [ t vocabs [ words [ word? and ] each ] each ] unit-test
+[ t ] [ t loaded-vocab-names [ vocab-words [ word? and ] each ] each ] unit-test
 
 DEFER: plist-test
 
@@ -41,8 +41,8 @@ DEFER: plist-test
     "test-scope" "scratchpad" lookup-word name>>
 ] unit-test
 
-[ t ] [ vocabs array? ] unit-test
-[ t ] [ vocabs [ words [ word? ] all? ] all? ] unit-test
+[ t ] [ loaded-vocab-names array? ] unit-test
+[ t ] [ loaded-vocab-names [ vocab-words [ word? ] all? ] all? ] unit-test
 
 [ f ] [ gensym gensym = ] unit-test