]> gitweb.factorcode.org Git - factor.git/blob - basis/xml/tests/xmode-dtd.factor
Switch to https urls
[factor.git] / basis / xml / tests / xmode-dtd.factor
1 ! Copyright (C) 2008 Slava Pestov.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: xml xml.data kernel tools.test ;
4 IN: xml.tests
5
6 [ t ] [
7     "vocab:xmode/xmode.dtd" file>dtd dtd?
8 ] unit-test