wmllint: Add plain-text substitution rule for [/advance] -> [/advancement]
I forgot these are plain-text substitutions, so of course we need a matching rule for closing tags.
This commit is contained in:
parent
863fb3fd2d
commit
870987886c
1 changed files with 2 additions and 1 deletions
|
@ -632,7 +632,8 @@ linechanges = (
|
|||
("remove_from_carryover_on_leaders_loss=no","remove_from_carryover_on_defeat=no"),
|
||||
|
||||
# Changed in 1.13.2.
|
||||
("[advance]","[advancement]")
|
||||
("[advance]","[advancement]"),
|
||||
("[/advance]","[/advancement]")
|
||||
)
|
||||
|
||||
def validate_on_pop(tagstack, closer, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue