uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

Implement missing logic in WildPatternMatcher + re-enable unit tests #1348

Closed nemerle closed 1 month ago

nemerle commented 1 month ago

The unit test was also extended to check additional case for patterns ending with wildcard

uxmal commented 1 month ago

Looks good. Thanks for the contribution!