2008-12-02 20:59:16 -05:00
|
|
|
! Copyright (C) 2008 Slava Pestov.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: xml io.encodings.utf8 io.files kernel tools.test ;
|
|
|
|
IN: xml.tests
|
|
|
|
|
|
|
|
[ ] [
|
2009-01-22 17:31:22 -05:00
|
|
|
"resource:basis/xmode/xmode.dtd" file>dtd 2drop
|
2008-12-02 20:59:16 -05:00
|
|
|
] unit-test
|