micropython/tests/basics/string_cr_conversion.py

1 wiersz
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"""))