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

1.1     ! misho       1: <?xml version="1.0" encoding="utf-8" ?>
        !             2: <!DOCTYPE doc [
        !             3:  <!ENTITY newl "&#13;">
        !             4: ]>
        !             5: 
        !             6: <doc>&newl;</doc>

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