mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-11 07:36:29 -07:00
Add end pos to readSingleQuoted
This commit is contained in:
parent
29e8c0a16e
commit
8ff35fb4af
1 changed files with 1 additions and 0 deletions
|
@ -1097,6 +1097,7 @@ readSingleQuoted = called "single quoted string" $ do
|
|||
when ('\n' `elem` string && not ("\n" `isPrefixOf` string)) $
|
||||
suggestForgotClosingQuote startPos endPos "single quoted string"
|
||||
|
||||
endPosOfStartId id
|
||||
return (T_SingleQuoted id string)
|
||||
|
||||
readSingleQuotedLiteral = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue