mediawiki-extensions-Visual.../modules/ve-mw/tests/ui
Thiemo Kreuz 6757a1bfa9 Character = is not allowed in template parameter names
It's allowed in values, but not in parameter names. The moment
a parameter name contains an `=` the parameter name will be cut
off at this point, and what's behind the `=` will become part
of the value.

You can test this on any live wiki. Open VisualEditor. Edit any
template. Add a parameter with a name like `a=` and some value.
Switch to wikitext mode and back. Edit the template. The `=` is
now part of the value.

Bug: T98065
Change-Id: I5e00e8fac987471243605816b041d3638927ac3b
2021-07-04 14:03:21 +02:00
..
actions Update more test code to use ES6 syntax 2021-04-30 10:08:45 +00:00
datatransferhandlers Update more test code to use ES6 syntax 2021-04-30 10:08:45 +00:00
inspectors Update more test code to use ES6 syntax 2021-04-30 10:08:45 +00:00
widgets Character = is not allowed in template parameter names 2021-07-04 14:03:21 +02:00
ve.ui.DiffElement.test.js Update more test code to use ES6 syntax 2021-04-30 10:08:45 +00:00