mirror of https://github.com/crytic/slither
Merge pull request #252 from crytic/dev-fix-utf8lines
[WIP] Fix source mapping where utf8 char length != byte lengthpull/264/head
commit
4fe2eb169e
@ -0,0 +1,22 @@ |
||||
contract A{ |
||||
|
||||
// ëëëëëëëëëëëëë这这这这这这这这这这 |
||||
|
||||
address unused; |
||||
|
||||
|
||||
address unused2; |
||||
|
||||
|
||||
// ই এই এই এইই এই এই এইই এই এই এই |
||||
|
||||
address unused3; |
||||
|
||||
|
||||
address unused4; |
||||
|
||||
// 这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这 |
||||
address used; |
||||
|
||||
|
||||
} |
Loading…
Reference in new issue