We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add assertStartsWith and assertEndsWith to complement assertContains ( #98 )
assertStartsWith
assertEndsWith
assertContains
If there is interest in this, I can submit a PR.
Intent is to use POSIX Paramter Expansion (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02).
On that note, is there any reason why echo | grep was used for assertContains?
echo | grep
The text was updated successfully, but these errors were encountered:
This covers the example use case in #101
Sorry, something went wrong.
No branches or pull requests
Add
assertStartsWith
andassertEndsWith
to complementassertContains
( #98 )If there is interest in this, I can submit a PR.
Intent is to use POSIX Paramter Expansion (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02).
On that note, is there any reason why
echo | grep
was used forassertContains
?The text was updated successfully, but these errors were encountered: