[Yul] Format string literals back to quoted string literals

This commit is contained in:
Leonardo Alt
2019-11-26 15:28:39 +01:00
committed by chriseth
parent 200a92b40e
commit ce83bfb088
16 changed files with 842 additions and 4 deletions
@@ -0,0 +1,17 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() external pure returns (string memory) { return \"abcdabcdcafecafeabcdabcdcafecafeffffzzzzoooo0123456789,.<,>.?:;'[{]}|`~!@#$%^&*()-_=+\"; } }"
}
},
"settings":
{
"outputSelection":
{
"*": { "*": ["ir"] }
}
}
}