news.rng: work around a bug in old libxml2

Similar to commit c3c2cc6, use a literal newsline instead of \n
inside the brackets.
This commit is contained in:
Ján Tomko 2017-04-04 08:56:26 +02:00
parent c3272e5e12
commit 3af6c37816

View File

@ -45,7 +45,9 @@
<element name="change">
<element name="summary">
<data type="string">
<param name="pattern">\n[^\n]+\n +</param>
<!-- Use literal newline instead of \n for bug in libxml2 2.7.6 -->
<param name="pattern">\n[^
]+\n +</param>
</data>
</element>
<optional>