citrusframework / citrusframework/citrus
HamcrestValidationMatcher fails to resolve submatchers for iterableMatchers, when submatcher contains a quote.
Open
bug
prio-high
- Dominant language
- Java
- Stars
- 485
- Forks
- 155
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 6
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.