string_crlf_conversion.py 133 B

1234
  1. # this file has CRLF line endings to test lexer's conversion of them to LF
  2. # in triple quoted strings
  3. print(repr("""abc
  4. def"""))