mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
commit
235bf6605f
1 changed files with 0 additions and 6 deletions
|
@ -1223,12 +1223,6 @@ doubleQuotedPart = readDoubleLiteral <|> readDoubleQuotedDollar <|> readQuotedBa
|
|||
"This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)."
|
||||
return $ T_Literal id [c]
|
||||
|
||||
readDoubleQuotedLiteral = do
|
||||
doubleQuote
|
||||
x <- readDoubleLiteral
|
||||
doubleQuote
|
||||
return x
|
||||
|
||||
readDoubleLiteral = do
|
||||
id <- getNextId
|
||||
s <- many1 readDoubleLiteralPart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue