summaryrefslogtreecommitdiff
path: root/tests/resources
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2014-10-04 23:28:40 +0800
committerLinquize <linquize@yahoo.com.hk>2014-10-04 23:28:40 +0800
commita447a7e40b03d1c8ecb49ab0ef015eb4c0fd2b6e (patch)
tree314a0492e3a1f7748c07f1b9dea3c549a68bcbc6 /tests/resources
parent0a64164700d3867855a0a7f6d168fb41eb704bf0 (diff)
downloadlibgit2-a447a7e40b03d1c8ecb49ab0ef015eb4c0fd2b6e.tar.gz
config: Add test cases that have trailing spaces before comment chars
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/config/config126
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/config/config12 b/tests/resources/config/config12
index b57a81b08..6917880b5 100644
--- a/tests/resources/config/config12
+++ b/tests/resources/config/config12
@@ -1,7 +1,13 @@
[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"