mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:27:35 +08:00
@@ -1223,12 +1223,6 @@ doubleQuotedPart = readDoubleLiteral <|> readDoubleQuotedDollar <|> readQuotedBa
|
|||||||
"This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)."
|
"This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)."
|
||||||
return $ T_Literal id [c]
|
return $ T_Literal id [c]
|
||||||
|
|
||||||
readDoubleQuotedLiteral = do
|
|
||||||
doubleQuote
|
|
||||||
x <- readDoubleLiteral
|
|
||||||
doubleQuote
|
|
||||||
return x
|
|
||||||
|
|
||||||
readDoubleLiteral = do
|
readDoubleLiteral = do
|
||||||
id <- getNextId
|
id <- getNextId
|
||||||
s <- many1 readDoubleLiteralPart
|
s <- many1 readDoubleLiteralPart
|
||||||
|
Reference in New Issue
Block a user