11 lines
418 B
Factor
11 lines
418 B
Factor
|
! Copyright (C) 2014 Jon Harper.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: help.markup help.syntax kernel quotations sequences ;
|
||
|
IN: tools.coverage.testvocab
|
||
|
|
||
|
ARTICLE: "tools.coverage.testvocab" "tools.coverage.testvocab"
|
||
|
"The " { $vocab-link "tools.coverage.testdata" } " vocabulary is just a dummy vocabulary to test " { $vocab-link "tools.coverage" } "." ;
|
||
|
|
||
|
ABOUT: "tools.coverage.testvocab"
|
||
|
|