fix: spacing and corrections for commented lines in raw key value

This commit is contained in:
Andrew Bastin
2022-02-16 13:34:38 +05:30
parent 4d5a90f14f
commit 79914b32a1
6 changed files with 64 additions and 57 deletions

View File

@@ -67,7 +67,7 @@ const lineWithNoColon = pipe(
)
const file = pipe(
P.manyTill(line, P.eof()),
P.manyTill(wsSurround(line), P.eof()),
)
/**