mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Fix a failing XML unit test
Summary: Ref T7215. This test case is consistently failing locally (with a `LIBXML_VERSION` of `20902`). Test Plan: `arc unit` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7215 Differential Revision: https://secure.phabricator.com/D12706
This commit is contained in:
parent
2b6568a4b9
commit
0a711315f8
3 changed files with 3 additions and 3 deletions
|
@ -5,4 +5,4 @@
|
||||||
]>
|
]>
|
||||||
<doc></doc>
|
<doc></doc>
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
warning:4:24
|
warning:4:28
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<ROOT attr="XY"/>
|
<ROOT attr="XY"/>
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
error:1:14
|
error:1:15
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
<lang>
|
<lang>
|
||||||
</languages>
|
</languages>
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
error:4:3
|
error:4:7
|
||||||
error:5:1
|
error:5:1
|
||||||
|
|
Loading…
Reference in a new issue