WmlIterator: better handling for macro calls...
...where the name of the macro includes a macro parameter.
This commit is contained in:
parent
c75b5b3d20
commit
56033ea2e6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import sys, re, copy
|
|||
keyPattern = re.compile('(\w+)(,\s?\w+)*\s*=')
|
||||
keySplit = re.compile(r'[=,\s]')
|
||||
tagPattern = re.compile(r'(^|(?<![\w\|\}]))(\[.*?\])')
|
||||
macroOpenPattern = re.compile(r'(\{[^\s\}]*)')
|
||||
macroOpenPattern = re.compile(r'(\{[^\s\}\{]*)')
|
||||
macroClosePattern = re.compile(r'\}')
|
||||
|
||||
silenceErrors = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue