string, bytes assertions: assertContains, assertLt.. etc #18
dk1a
started this conversation in
Show and tell
Replies: 1 comment
-
Cool stuff! Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a new string slice lib. I like PRBTest, so I made an assertions extension for it (by using PRBMath as an example).
The assertions are for both native
string
/bytes
, and my user-definedStrSlice
/Slice
types.https://github.com/dk1a/solidity-stringutils
Beta Was this translation helpful? Give feedback.
All reactions