gdritter repos config-ini / f4d62e3
Merge branch 'bidir' of github.com:aisamanra/config-ini into bidir Getty Ritter 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