gdritter repos config-ini / 29cf8b8
Merge pull request #6 from jtdaugherty/bidir parseIni: make newline after section heading explicit (fixes #4) G. D. Ritter authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Collapse all Expand all
124124 void (char '[')
125125 name <- T.pack `fmap` some (noneOf "[]")
126126 void (char ']')
127 void eol
127128 comments <- sBlanks
128129 pPairs (T.strip name) start leading prevs comments Seq.empty
129130