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