提交 8ff35fb4 编写于 作者: N Ng Zhi An

Add end pos to readSingleQuoted

上级 29e8c0a1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册