mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 13:00:54 -07:00
Warn about export/declare/local masking return values.
This commit is contained in:
parent
0a2cf208c8
commit
0e1a64b6ba
2 changed files with 24 additions and 1 deletions
|
@ -950,7 +950,7 @@ readNormalEscaped = called "escaped char" $ do
|
|||
pos <- getPosition
|
||||
backslash
|
||||
do
|
||||
next <- quotable <|> oneOf "?*@!+[]{}.,~"
|
||||
next <- quotable <|> oneOf "?*@!+[]{}.,~#"
|
||||
return $ if next == '\n' then "" else [next]
|
||||
<|>
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue