-í
ê¶<c       se   d  Z  d Z d k Z d k Z d k Z d e i f d „  ƒ  YZ d „  Z e d j o e ƒ  n d S(   s<   Test module to thest the xmllib module.
   Sjoerd Mullender
sI  <?xml version="1.0" encoding="UTF-8" standalone='yes' ?>
<!-- comments aren't allowed before the <?xml?> tag,
     but they are allowed before the <!DOCTYPE> tag -->
<?processing instructions are allowed in the same places as comments ?>
<!DOCTYPE greeting [
  <!ELEMENT greeting (#PCDATA)>
]>
<greeting>Hello, world!</greeting>
Ns   XMLParserTestCasec      s   t  Z d „  Z RS(   Nc    s8   t  i ƒ  } x t D] } | i | ƒ q W| i ƒ  d  S(   N(   s   xmllibs	   XMLParsers   parsers   testdocs   cs   feeds   close(   s   selfs   parsers   c(    (    s&   /usr/lib/python2.2/test/test_xmllib.pys   test_simple s
     (   s   __name__s
   __module__s   test_simple(    (    (    s&   /usr/lib/python2.2/test/test_xmllib.pys   XMLParserTestCase s   c      s   t  i t ƒ d  S(   N(   s   test_supports   run_unittests   XMLParserTestCase(    (    (    s&   /usr/lib/python2.2/test/test_xmllib.pys	   test_main s    s   __main__(	   s   __doc__s   testdocs   test_supports   unittests   xmllibs   TestCases   XMLParserTestCases	   test_mains   __name__(   s   test_supports	   test_mains   xmllibs   XMLParserTestCases   testdocs   unittest(    (    s&   /usr/lib/python2.2/test/test_xmllib.pys   ? s   					