mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
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:
parent
c3272e5e12
commit
3af6c37816
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user