(t *testing.T)
| 224 | } |
| 225 | |
| 226 | func TestIteratorSingleMergeOp2(t *testing.T) { |
| 227 | testIteratorSingleMergeOp(t, []string{"A", "B"}, ":A:B") |
| 228 | } |
| 229 | |
| 230 | func testIteratorSingleMergeOp(t *testing.T, |
| 231 | mergeVals []string, expectVal string) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…