https://bugzilla.wikimedia.org/show_bug.cgi?id=53576

Rainer Rillke @commons.wikimedia <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |53540

--- Comment #1 from Rainer Rillke @commons.wikimedia <[email protected]> 
---
Running example:

mw.loader.using('mediawiki.jqueryMsg', function() {
  mw.messages.set({ simple: '&rarr;', subst: '&rarr; $1 $2 $3', wlink: '[$1
linktext] $2 &rarr; $3' });
  console.log(mw.message('simple').parse());
  >> &rarr;
  console.log(mw.message('subst', 'a', 'b', 'c').parse());
  >> &rarr; a b c
  console.log(mw.message('wlink', 'a', 'b', 'c').parse());
  >> <a href="a">linktext</a> b &amp;rarr; c
//ISSUE: -------------------------^
});

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to