config12 793 Bytes
Newer Older
1 2
[some "section"]
      test = hi ; comment
3 4
      test2 = hello    ; comment
      test3 = welcome  #comment
5
      other = "hello! \" ; ; ; " ; more test
6
      other2 = "cool! \" # # # "  # more test
7 8 9
      multi = "hi, this is a ; \
multiline comment # with ;\n special chars \
and other stuff !@#"
10 11 12
      multi2 = "good, this is a ; \
multiline comment # with ;\n special chars \
and other stuff !@#"  #^^^
13
      back = "this is \ba phrase"
14 15 16 17 18 19 20 21 22 23
      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