mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not use \b, \v and \f escapes in string literals in generated Yul code
This commit is contained in:
@@ -554,7 +554,7 @@ std::string formatAsStringOrNumber(std::string const& _value);
|
||||
|
||||
/// @returns a string with the usual backslash-escapes for non-ASCII
|
||||
/// characters and surrounded by '"'-characters.
|
||||
std::string escapeAndQuoteString(std::string const& _input);
|
||||
std::string escapeAndQuoteYulString(std::string const& _input);
|
||||
|
||||
template<typename Container, typename Compare>
|
||||
bool containerEqual(Container const& _lhs, Container const& _rhs, Compare&& _compare)
|
||||
|
||||
Reference in New Issue
Block a user