mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Fix unit test failure in link-alternate
Summary: `arc unit --everything` triggers a `FAIL PhutilRemarkupEngineTestCase::testEngine` due to adding the CSS class `remarkup-link-ext` in rP349f006904fabf1d4df31ff4840502af3ab379a7. Thus update it accordingly. Test Plan: Run `arc unit`. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25820
This commit is contained in:
parent
123831b53f
commit
f25c531e56
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
x[0][1](**ptr);
|
||||
|
||||
~~~~~~~~~~
|
||||
<p><a href="http://www.example.com/" class="remarkup-link" target="_blank" rel="noreferrer">Example</a></p>
|
||||
<p><a href="http://www.example.com/" class="remarkup-link remarkup-link-ext" target="_blank" rel="noreferrer">Example</a></p>
|
||||
|
||||
<p>x[0][1](**ptr);</p>
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Reference in a new issue