jenkins-bot has submitted this change and it was merged.

Change subject: Update parser test for core change
......................................................................


Update parser test for core change

I0545aa9d will cause the class attribute to appear before the title
attribute in the generated HTML of links.

Change-Id: Icd1509baa1a1e95efc53b32d67660f5038dbc3c8
Depends-On: I0545aa9d7139794bc22f9d3d6d6eccde003b2982
---
M tests/parserTests.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/parserTests.txt b/tests/parserTests.txt
index e96fd1b..59da4c4 100644
--- a/tests/parserTests.txt
+++ b/tests/parserTests.txt
@@ -16,6 +16,6 @@
 !! input
 I am linking to [[Disambig]] and [[Normal]].
 !! result
-<p>I am linking to <a href="/wiki/Disambig" title="Disambig" 
class="mw-disambig">Disambig</a> and <a href="/wiki/Normal" 
title="Normal">Normal</a>.
+<p>I am linking to <a href="/wiki/Disambig" class="mw-disambig" 
title="Disambig">Disambig</a> and <a href="/wiki/Normal" 
title="Normal">Normal</a>.
 </p>
 !! end

-- 
To view, visit https://gerrit.wikimedia.org/r/290880
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icd1509baa1a1e95efc53b32d67660f5038dbc3c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Disambiguator
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to