Files
TencentOS-tiny/components/language/micropython/tests/basics/string_crlf_conversion.py
2022-09-29 12:10:37 +08:00

5 lines
133 B
Python

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