tools.deploy.test.19: make sure to test vocab urls.
parent
6160b7f23b
commit
0316a04c42
|
@ -4,6 +4,7 @@ USING: io io.files io.encodings.ascii ;
|
||||||
IN: tools.deploy.test.19
|
IN: tools.deploy.test.19
|
||||||
|
|
||||||
: main ( -- )
|
: main ( -- )
|
||||||
"resource:LICENSE.txt" ascii file-contents write ;
|
! make sure to test vocab: urls
|
||||||
|
"vocab:LICENSE.txt" ascii file-contents write ;
|
||||||
|
|
||||||
MAIN: main
|
MAIN: main
|
||||||
|
|
Loading…
Reference in New Issue