File: git_config_with_quotes_escapes

package info (click to toggle)
python-git 3.1.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,772 kB
  • sloc: python: 18,642; sh: 186; makefile: 78
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[custom]
  hasnewline = "first\nsecond"
  hasbackslash = "foo\\bar"
  hasquote = "ab\"cd"
  hastrailingbackslash = "word\\"
  hasunrecognized = "p\qrs"
  hasunescapedquotes = "ab"cd"e"
  ordinary = "hello world"
  unquoted = good evening