1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/valid/dtds/pe-test.dtd
Nick Wellnhofer d85245f934 Fix regression with PEs in external DTD
Fix a regression introduced with commit a28f7d87. In some cases,
parameter entity references in external DTDs wouldn't be expanded.

Fixes #306.
2022-01-16 21:56:10 +01:00

4 lines
73 B
DTD

<!ELEMENT doc (#PCDATA)>
<!ENTITY % decl 'ent "value"'>
<!ENTITY %decl;>