-- input --
description = """
line one
line two
"""
literal = '''
raw \n text
'''
-- expected --
description = """
line one
line two
"""
literal = '''
raw \n text
'''
