summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_cr_conversion.py
blob: 0c3ba16b86ede33d047813fdaae18edbac081406 (plain) (blame)
1
# this file has CR line endings to test lexer's conversion of them to LF
# in triple quoted strings
print(repr("""abc
def"""))