10 lines
		
	
	
		
			429 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			429 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" "Coverage tool dummy test vocabulary"
 | 
						|
"The " { $vocab-link "tools.coverage.testvocab" } " vocabulary is just a dummy vocabulary to test " { $vocab-link "tools.coverage" } "." ;
 | 
						|
 | 
						|
ABOUT: "tools.coverage.testvocab"
 |