Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / ent11
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE doc [
3  <!ENTITY newl "&#13;">
4 ]>
5
6 <doc>&newl;</doc>