mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 01:20:53 +00:00
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
[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"
|