Edgewall Software

Ticket #117: interpolation.diff

File interpolation.diff, 308 bytes (added by anonymous, 5 years ago)
  • interpolation.py

    diff -r interpolation.py
    a b  
    137137            yield True, text[offset + 1:pos].strip() 
    138138 
    139139        elif not escaped and next == PREFIX: 
     140            yield False, text[pos:offset] 
    140141            escaped = True 
    141142            pos = offset + 1 
    142143