Skip to content
New issue

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

Assertion: Add extra assertion for string #44

Open
fdefelici opened this issue Sep 23, 2022 · 2 comments
Open

Assertion: Add extra assertion for string #44

fdefelici opened this issue Sep 23, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation feature New feature or request impact-plugins Change that have an impact on ide plugins

Comments

@fdefelici
Copy link
Owner

fdefelici commented Sep 23, 2022

idea is to provide assertion helper when dealing with strings like: Contains, StartWith, EndWith....

Understand if make sense or not.

NOTE: Breaking change for VSCode Plugin because adding more string assertion type

@fdefelici fdefelici added feature New feature or request documentation Improvements or additions to documentation breaking-change Change that break api compatibilty with previous version labels Sep 23, 2022
@fdefelici fdefelici added impact-plugins Change that have an impact on ide plugins and removed breaking-change Change that break api compatibilty with previous version labels Apr 16, 2023
@vonhoff
Copy link
Contributor

vonhoff commented Oct 21, 2023

Perhaps we could make use of __clove_string_startswith and __clove_string_endswith in __clove_assert_string.

@fdefelici
Copy link
Owner Author

fdefelici commented Oct 22, 2023

Yes, internally we could take advantage of clove string apis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request impact-plugins Change that have an impact on ide plugins
Projects
None yet
Development

No branches or pull requests

2 participants