mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-12-18 08:40:33 +00:00
4c92345e6f
It's impossible to have a template that has the character { as part of the name. The real-world example explained in T292967 is the sequence {{{!}}. The old code detected this as: * A template that starts with {{ * The template name is {! * Template ends with }} New behavior as proposed in this patch: * A single { with no special meaning * The parser function {{!}} Note this is only a very small improvement, but doesn't fully solve T292967. Bug: T292967 Change-Id: Ica3fb110cebb5650f66be321b533ed030e2c9698 |
||
---|---|---|
.. | ||
.eslintrc.json | ||
CodeMirror.mediawiki.test.js |