svoid test_match3_withIntsAndIDs() { new Matches m; assertTrueVerbose(match3_withIntsAndIDs("all references in field of object ", "all references in field data of object 123", m)); assertEqualsVerbose(ll("data", "1"), asList(m.m)); }