Details
Description
result = this.mocker.getComponentUnderTest() .merge(toCharacters("abcd"), toCharacters("yycd"), toCharacters("azzd"), null);
should give "azzd" but produce "yycd".
Attachments
Issue Links
- blocks
-
XCOMMONS-1689 Two overlapping changes are not merged correctly
- Closed