Home | History | Annotate | Download | only in unit

Lines Matching full:tree1

450     tree1 = @wizard.create("(A B C)")
452 assert @wizard.equals(tree1, tree2)
457 tree1 = @wizard.create("(A B[foo] C)")
459 assert @wizard.equals(tree1, tree2)
464 tree1 = @wizard.create("(A B[foo] C)")
466 assert( !(@wizard.equals(tree1, tree2)) )
471 tree1 = @wizard.create("(A B C)")
473 assert( !(@wizard.equals(tree1, tree2)) )
477 tree1 = @wizard.create("(A B C)")
479 assert( !(@wizard.equals(tree1, tree2)) )