forked from crytic/slither
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
963ecc9
commit a547058
Showing
2 changed files
with
23 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
pragma solidity ^0.8.0; | ||
contract C { | ||
function f() external pure | ||
contract my_contract { | ||
function empty_func() external pure | ||
{ | ||
// RLO PDF | ||
/*ok */ | ||
|
||
// RLO RLO PDF PDF | ||
/*ok */ | ||
|
||
// RLO RLO RLO PDF PDF PDF | ||
/*ok */ | ||
// The string below contains 3 RLO and 3 PDF unicode characters | ||
// RLO is U+202E and changes the print direction to right-to-left | ||
// PDF is U+202C and restores the print direction to what it was before RLO | ||
/*ok aaabbbcccdddeee*/ | ||
} | ||
} | ||
// ---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters