remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / xml / tests / funny-dtd.factor
blob1160af62bc191158c1f06acb4a04ef0ca06207d1
1 ! Copyright (C) 2008 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 IN: xml.tests
4 USING: xml xml.writer io.files io.encodings.utf8 tools.test kernel ;
6 [ t ] [
7     "resource:basis/xml/tests/funny-dtd.xml" utf8 file-contents string>xml
8     dup xml>string string>xml =
9 ] unit-test