]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.metadata: add some tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 01:43:36 +0000 (18:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 01:43:36 +0000 (18:43 -0700)
basis/vocabs/metadata/metadata-tests.factor [new file with mode: 0644]

diff --git a/basis/vocabs/metadata/metadata-tests.factor b/basis/vocabs/metadata/metadata-tests.factor
new file mode 100644 (file)
index 0000000..3f19f45
--- /dev/null
@@ -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