Changeset 1213
- Timestamp:
- Jan 26, 2013, 12:53:36 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/genshi/template/interpolation.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/genshi/template/interpolation.py
r1082 r1213 116 116 while level: 117 117 match = token_re.match(text, pos) 118 if match is None: 118 if match is None or not match.group(): 119 # if there isn't a match or the match is the empty 120 # string, we're not going to match up braces ever 119 121 raise TemplateSyntaxError('invalid syntax', filepath, 120 122 *textpos[1:])
Note: See TracChangeset
for help on using the changeset viewer.
