[wesnoth-commits] [wesnoth/wesnoth] 20d1cf: Fixed two bugs in wmlscope's square braces expansion
Elvish_Hunter
noreply at github.com
Sat Sep 21 13:00:03 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 20d1cf9a184d6fa74fec8099586c77a920212ee3
https://github.com/wesnoth/wesnoth/commit/20d1cf9a184d6fa74fec8099586c77a920212ee3
Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
Date: 2019-09-21 (Sat, 21 Sep 2019)
Changed paths:
M changelog.md
M data/tools/wesnoth/wmltools3.py
Log Message:
-----------
Fixed two bugs in wmlscope's square braces expansion
The first bug happened when there were two or more square braces in a file name: only one expansion was performed, instead of all of them being applied at once.
The second bug happened when a square brace range had leading zeros: these were just removed, resulting in false positives.
More information about the Commits
mailing list