Lines Matching refs:c1
488 c1 = new_node( new_token 102 )
489 r0.add_child c1
497 c1.parent.should == r0
498 c1.child_index.should == 1
509 c1 = new_node( new_token 102 )
510 r0.add_child c1
520 c1.parent.should == root # note -- actual python tests all use c0 here, which i think might be wrong
521 c1.child_index.should == 1
533 c1 = new_node( new_token 102 )
534 r0.add_child c1
537 # ^(nil c0=101 c1=102 c2=103)
545 c1.parent.should == root
546 c1.child_index.should == 2