Original text:
---------------
first = 'first'
second = 'second'
third = 'third'
---------------
Subtree: Language: Python
---------------
<reparse>first = 'first'
second = '''second'''
third = 'third'</reparse>
---------------
