diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:08 +0000 |
commit | 29b5ab554790bb57337a3b6ab9dcd963cf69d22e (patch) | |
tree | be1456d2bc6c1fb078695fad7bc8f6b212062d3c /tests/resources/config/config12 | |
parent | Initial commit. (diff) | |
download | libgit2-29b5ab554790bb57337a3b6ab9dcd963cf69d22e.tar.xz libgit2-29b5ab554790bb57337a3b6ab9dcd963cf69d22e.zip |
Adding upstream version 1.7.2+ds.upstream/1.7.2+ds
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/resources/config/config12')
-rw-r--r-- | tests/resources/config/config12 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/resources/config/config12 b/tests/resources/config/config12 new file mode 100644 index 0000000..2e92762 --- /dev/null +++ b/tests/resources/config/config12 @@ -0,0 +1,23 @@ +[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" + 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 |