dd5d7c86d2
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2 lines
127 B
Python
2 lines
127 B
Python
# this file has CR line endings to test lexer's conversion of them to LF
|
|
# in triple quoted strings
|
|
print(repr("""abc
|
|
def"""))
|