Home | History | Annotate | Download | only in unit

Lines Matching refs:c2

490     c2 = new_node( new_token 103 )
491 r0.add_child c2
499 c2.parent.should == r0
500 c2.child_index.should == 2
511 c2 = new_node( new_token 103 )
512 r0.add_child c2
522 c2.parent.should == root # note -- actual python tests all use c0 here, which i think might be wrong
523 c2.child_index.should == 2
535 c2 = new_node( new_token 103 )
536 r0.add_child c2
537 # ^(nil c0=101 c1=102 c2=103)
547 c2.parent.should == root
548 c2.child_index.should == 3