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

objstr.c

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