mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add check that regular and unicode string literals are well formatted
This commit is contained in:
@@ -229,7 +229,7 @@ private:
|
||||
Token scanNumber(char _charSeen = 0);
|
||||
std::tuple<Token, unsigned, unsigned> scanIdentifierOrKeyword();
|
||||
|
||||
Token scanString();
|
||||
Token scanString(bool const _isUnicode);
|
||||
Token scanHexString();
|
||||
/// Scans a single line comment and returns its corrected end position.
|
||||
size_t scanSingleLineDocComment();
|
||||
|
||||
Reference in New Issue
Block a user