summaryrefslogtreecommitdiff
path: root/tests/resources
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2020-09-09 17:51:38 +0200
committerSven Strickroth <email@cs-ware.de>2020-09-18 11:21:00 +0200
commit6ac18625869063a591828b33453148bf63e679e8 (patch)
tree36b3d780257011168d89419908143babc8b7b3c0 /tests/resources
parent1e987525b3bd86fc29e7ff67d973861efd22faf7 (diff)
downloadlibgit2-6ac18625869063a591828b33453148bf63e679e8.tar.gz
Fix config file parsing with multi line values containing quoted parts
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/config/config1210
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/resources/config/config12 b/tests/resources/config/config12
index 6917880b5..2e92762df 100644
--- a/tests/resources/config/config12
+++ b/tests/resources/config/config12
@@ -11,3 +11,13 @@ and other stuff !@#"
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