summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_crlf_conversion.py
blob: f91121099211276b9649ccf601f7dc20aa82b0ce (plain) (blame)
1
2
3
4
# this file has CRLF line endings to test lexer's conversion of them to LF
# in triple quoted strings
print(repr("""abc
def"""))