Skip to content
Snippets Groups Projects
Select Git revision
  • ded37e74f0ad0ca5af37b07bfc0dcce034cc63d2
  • main default protected
  • phhw
  • captouch-threshold
  • t
  • dos
  • test2
  • test
  • slewtest
  • simtest
  • view-think
  • vm-pending
  • media-buf
  • scope
  • passthrough
  • wave
  • vsync
  • dos-main-patch-50543
  • json-error
  • rahix/big-flow3r
  • pippin/media_framework
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
34 results

string_crlf_conversion.py

Blame
  • Forked from flow3r / flow3r firmware
    1529 commits behind, 14628 commits ahead of the upstream repository.
    Serge Bazanski's avatar
    q3k authored
    I don't know why, but micropython has files that absolutely break my git
    experience, leading to 'phantom' dirty files that I can't seem to clean
    up.
    
    Feel free to revert this if this messes something up.
    ded37e74
    History
    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"""))