* test that long sections are truncated
at MAX_SECTION=50
* generated .txt executing unittest.sh
* expected result
* Sections will be ignores when len(section) > len(INI_MAX_LINE)
---------
Co-authored-by: Ben Hoyt <benhoyt@gmail.com>
Some programs have ini files with multiple sections that have the same name, which would make it very useful to know when a new section is encountered.
This patch adds this ability as an option that's enabled by setting INI_CALL_HANDLER_ON_NEW_SECTION to 1