Home | History | Annotate | Download | only in unit

Lines Matching refs:match

366     assert @wizard.match(tree, "(A B C)")
371 assert @wizard.match(tree, 'A')
376 assert( !(@wizard.match(tree, 'B')) )
382 assert @wizard.match(tree, '(nil A B C)')
387 assert( !(@wizard.match(tree, '(nil A B)')) )
392 assert( !(@wizard.match(tree, '(nil A B A)')) )
397 assert @wizard.match(tree, '(A . .)')
402 assert @wizard.match(tree, '(A B[foo] C)')
407 assert( !(@wizard.match(tree, '(A[foo] B C)')) )
412 labels = @wizard.match( tree, '(%a:A %b:B %c:C)' )
421 labels = @wizard.match(tree, '(A %b:. %c:.)')
430 labels = @wizard.match( tree, '(%a:A %b:B[foo] %c:C)' )
439 labels = @wizard.match( tree, '(%a:A (%b:B %c:C) (%d:D %e:E))' )