mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 09:47:45 +00:00

Variable values may be quoted to include newlines, literal quotes and other characters. Add support for these and test it.
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
[some "section"]
|
|
test = hi ; comment
|
|
other = "hello! \" ; ; ; " ; more test
|
|
multi = "hi, this is a ; \
|
|
multiline comment # with ;\n special chars \
|
|
and other stuff !@#"
|
|
back = "this is \ba phrase"
|