Home | History | Annotate | Download | only in test

Lines Matching refs:no2

1477                     no2 = n1.notations.item(i)
1478 self.confirm(no1.name == no2.name
1479 and no1.publicId == no2.publicId
1480 and no1.systemId == no2.systemId)
1481 stack.append((no1, no2))