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

HamcrestValidationMatcher fails to resolve submatchers for iterableMatchers, when submatcher contains a quote. #1183

Open
tschlat opened this issue Jun 24, 2024 · 0 comments

Comments

@tschlat
Copy link
Collaborator

tschlat commented Jun 24, 2024

Citrus Version
V4.3

Expected behavior
The following expression should be resolvable:
@matches(allOf(equalTo('Chemin de l'Apiculture 5'),matchesRegExPattern('(.|\s){1,35}')))@

Actual behavior
Citrus fails to resolve the above expression with a StringIndexOutOfBoundsException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants