vocab-tests ( vocab -- paths )


Vocabulary
vocabs.files

Inputs
vocaba vocabulary specifier


Outputs
pathsa sequence of pathname strings


Word description
Outputs a sequence of pathnames where the unit tests for vocab are located.

Examples
USING: prettyprint sorting vocabs.files ; "xml" vocab-tests sort .
{ "resource:basis/xml/tests/cdata.factor" "resource:basis/xml/tests/encodings.factor" "resource:basis/xml/tests/funny-dtd.factor" "resource:basis/xml/tests/soap.factor" "resource:basis/xml/tests/state-parser-tests.factor" "resource:basis/xml/tests/templating.factor" "resource:basis/xml/tests/test.factor" "resource:basis/xml/tests/xmltest.factor" "resource:basis/xml/tests/xmode-dtd.factor" }


Definition