libgit2/tests-clar/config
Carlos Martín Nieto 54fef6ebcb config: write out section headers with subsections correctly
write_section() mistakenly treated is input as the whole variable name
instead of simply the section (and possibly subsection) and would
confuse "section.subsection" as a section plus variable name and
produce a wrong section header.

Fix this and include a test for writing "section.subsection.var" and
reading it from the file.
2012-03-09 20:43:17 +01:00
..
add.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
multivar.c Fixing memory leaks indicated by valgrind 2012-03-02 15:51:55 -08:00
new.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
read.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
stress.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
write.c config: write out section headers with subsections correctly 2012-03-09 20:43:17 +01:00