language-dockerfile-0.3.1.0: Dockerfile linter, parser, pretty-printer and embedded DSL

Safe HaskellNone
LanguageHaskell2010

Language.Dockerfile.Normalize

Synopsis

Documentation

normalizeEscapedLines :: String -> String Source #

Remove new line escapes and join escaped lines together on one line to simplify parsing later on. Escapes are replaced with line breaks to not alter the line numbers.