Skip to content
Snippets Groups Projects
Select Git revision
  • e269cabe3ed8bed1b7181359febb686edbb748ae
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

int_bytes.py

Blame
  • string_crlf_conversion.py 129 B
    # this file has CRLF line endings to test lexer's conversion of them to LF
    # in triple quoted strings
    print(repr("""abc
    def"""))