diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index 930a73f..718d8b9 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -768,7 +768,7 @@ readNormalEscaped = called "escaped char" $ do pos <- getPosition backslash do - next <- (quotable <|> oneOf "?*@!+[]{}") + next <- (quotable <|> oneOf "?*@!+[]{}.,") return $ if next == '\n' then "" else [next] <|> do