1end_esc = "String does not end here\" but ends here\\" 2lit_end_esc = 'String ends here\' 3 4multiline_unicode = """ 5\u00a0""" 6 7multiline_not_unicode = """ 8\\u0041""" 9 10multiline_end_esc = """When will it end? \"""...""\" should be here\"""" 11 12lit_multiline_not_unicode = ''' 13\u007f''' 14 15lit_multiline_end = '''There is no escape\'''