libgit2/tests/resources/config/config12
Carlos Martín Nieto 2c1075d65a config: parse quoted values
Variable values may be quoted to include newlines, literal quotes and
other characters. Add support for these and test it.
2012-04-16 10:25:52 +02:00

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"