mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-18 19:40:25 +08:00
* 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
6 lines
99 B
XML
6 lines
99 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE doc [
|
|
<!ENTITY newl " ">
|
|
]>
|
|
<doc>&newl;</doc>
|