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