1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/result/ent11
Daniel Veillard a617e24f32 reverted first patches for #319279 which led to #326295 and fixed the
* parser.c: reverted first patches for #319279 which led to #326295
  and fixed the problem in xmlParseChunk() instead
* test/ent11 result//ent11*: added test for #326295 to the regression
  suite
Daniel
2006-01-09 14:38:44 +00:00

6 lines
99 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE doc [
<!ENTITY newl "&#13;">
]>
<doc>&newl;</doc>