Annotation of embedaddon/libxml2/test/ent6, revision 1.1

1.1     ! misho       1: <!DOCTYPE doc [
        !             2: <!ENTITY lt     "&#38;#60;"> 
        !             3: <!ENTITY gt     "&#62;"> 
        !             4: <!ENTITY amp    "&#38;#38;"> 
        !             5: <!ENTITY apos   "&#39;"> 
        !             6: <!ENTITY quot   "&#34;"> 
        !             7: ]>
        !             8: <doc/>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>