mediawiki-extensions-CodeMi.../resources/mode/mediawiki
thiemowmde 4c92345e6f Don't detect additional { as part of the template name
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
2023-11-21 12:47:15 +01:00
..
tests/qunit Don't detect additional { as part of the template name 2023-11-21 12:47:15 +01:00
colorblind-colors.less build: Update linters 2023-09-13 14:02:43 +01:00
mediawiki.js Don't detect additional { as part of the template name 2023-11-21 12:47:15 +01:00
mediawiki.less build: Update linters 2023-09-13 14:02:43 +01:00