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:
Ignacio R. Morelle 2015-08-23 21:54:34 -03:00
parent 863fb3fd2d
commit 870987886c

View file

@ -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):