Ticket #117: interpolation.diff
| File interpolation.diff, 308 bytes (added by anonymous, 5 years ago) |
|---|
-
interpolation.py
diff -r interpolation.py
a b 137 137 yield True, text[offset + 1:pos].strip() 138 138 139 139 elif not escaped and next == PREFIX: 140 yield False, text[pos:offset] 140 141 escaped = True 141 142 pos = offset + 1 142 143
