Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
32bade19d952c23c2fd499050abb17cb80dc7559
/
.
/
tests
/
basics
/
string_crlf_conversion.py
blob: f91121099211276b9649ccf601f7dc20aa82b0ce [
file
] [
log
] [
blame
]
# this file has CRLF line endings to test lexer's conversion of them to LF
# in triple quoted strings
print
(
repr
(
"""abc
def"""
))