You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: