File: config12

package info (click to toggle)
libgit2 1.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 60,764 kB
  • sloc: ansic: 203,205; javascript: 2,458; sh: 1,763; python: 384; perl: 99; php: 65; makefile: 33
file content (23 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[some "section"]
      test = hi ; comment
      test2 = hello    ; comment
      test3 = welcome  #comment
      other = "hello! \" ; ; ; " ; more test
      other2 = "cool! \" # # # "  # more test
      multi = "hi, this is a ; \
multiline comment # with ;\n special chars \
and other stuff !@#"
      multi2 = "good, this is a ; \
multiline comment # with ;\n special chars \
and other stuff !@#"  #^^^
      back = "this is \ba phrase"
      dollar = some $sign
      multiquotes = !ls  "x" \
                    ls  "# comment2" \
                    $HOME
      multiquotes2 = !ls  "x" \
                     ls  "\"# comment2" \
                     $HOME\"
     multiquotes3 = hi "# ho" there "are #" more \
quotes
     quotecomment = hi "# ho" there "are #" more # and a real comment