]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/fhtml/fhtml-tests.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / html / templates / fhtml / fhtml-tests.factor
index 6cebb55688127bf5c1c68d73a934fc8df49535b1..55cf90c2dd18744b7d14ab413a42aed82bb26157 100644 (file)
@@ -4,7 +4,7 @@ tools.test sequences parser splitting prettyprint ;
 IN: html.templates.fhtml.tests
 
 : test-template ( path -- ? )
-    "resource:basis/html/templates/fhtml/test/"
+    "vocab:html/templates/fhtml/test/"
     prepend
     [ ".fhtml" append <fhtml> [ call-template ] with-string-writer ]
     [ ".html" append utf8 file-contents ] bi