mediawiki-extensions-Visual.../modules/ve-mw/tests/ui/widgets
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
..
ve.ui.MWParameterSearchWidget.test.js Character = is not allowed in template parameter names 2021-07-04 14:03:21 +02:00
ve.ui.MWTemplateOutlineParameterCheckboxLayout.test.js Rename OutlineParameterCheckboxWidget to OutlineParameterCheckboxLayout 2021-06-21 09:08:54 +02:00
ve.ui.MWTemplateTitleInputWidget.test.js Only add asterisk after word characters in improved template search 2021-06-21 21:07:28 +02:00