fix: spacing and corrections for commented lines in raw key value
This commit is contained in:
@@ -67,7 +67,7 @@ const lineWithNoColon = pipe(
|
||||
)
|
||||
|
||||
const file = pipe(
|
||||
P.manyTill(line, P.eof()),
|
||||
P.manyTill(wsSurround(line), P.eof()),
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user