Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
Description
After reading the following file with INIConfiguration
default = ok
dotted.var1 = default
[section1]
dotted.var1 = foo
var2 = doodle
The set of sections returned by INIConfiguration.getSections() includes "dotted" and "section1". I did not expect a section "dotted".