Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290880

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Disambiguator 
refs/changes/80/290880/1

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: newchange
Gerrit-Change-Id: Icd1509baa1a1e95efc53b32d67660f5038dbc3c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Disambiguator
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to