File: string_slash_whitespace_newline.toml

package info (click to toggle)
python-tomlkit 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,296 kB
  • sloc: python: 3,280; sh: 5; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (3)
1
2
3
4
5
no_whitespace = """hello \
    world"""

has_whitespace = """hello \
    world"""