PythonExtra/tests/basics/string_cr_conversion.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1 line
127 B
Python
Raw Normal View History

# this file has CR line endings to test lexer's conversion of them to LF # in triple quoted strings print(repr("""abc def"""))