git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/string/escape-tricky.toml (about)

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