vocabs.metadata: add some tests.

db4
John Benediktsson 2015-08-23 18:43:36 -07:00
parent 087b8df798
commit 3154e70b88
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
USING: accessors kernel system tools.test vocabs.parser ;
IN: vocabs.metadata
[ os windows? "unix" "windows" ? use-vocab ]
[ error>> unsupported-platform? ] must-fail-with