Lines Matching refs:should
27 found.should == expecting
32 found.should == expecting
53 root_0.child_index.should == -1
54 t.child_index.should == 0
55 u.child_index.should == 1
69 found.should == expecting
73 found.should == expecting
92 found.should == expecting
96 found.should == expecting
110 found.should == expecting
114 found.should == expecting
126 found.should == expecting
130 found.should == expecting
140 found.should == expecting
144 found.should == expecting
156 stream.look(index + 1).type.should == type
158 stream.look(100).type.should == EOF
177 stream.look(1).type.should == EOF
178 stream.look(-1).type.should == UP
183 stream.look(1).type.should == EOF
184 stream.look(-1).type.should == UP
202 stream.look(1).type.should == 107
208 stream.look(1).type.should == val
213 stream.look(1).type.should == val
216 stream.look(1).type.should == EOF
217 stream.look(-1).type.should == UP
238 stream.look(1).type.should == 102
240 stream.look(1).type.should == DOWN
245 stream.look(1).type.should == val
248 stream.look(1).type.should == DOWN
269 stream.look(1).type.should == 107
271 stream.look(1).type.should == 104
287 stream.look(1).type.should == 107
289 stream.look(1).type.should == 104
342 found.should == expecting
348 stream.look(1).type.should == 107
350 stream.look(1).type.should == 102
352 stream.look(1).type.should == DOWN
354 stream.look(1).type.should == 103
356 stream.look(1).type.should == UP
358 stream.look(1).type.should == 107
382 stream.look(1).type.should == 107
385 stream.look(1).type.should == val
392 stream.look(1).type.should == val
395 stream.look(1).type.should == UP
398 stream.look(1).type.should == UP
400 stream.look(1).type.should == 107
422 stream.look(1).type.should == EOF
426 stream.look(1).type.should == val
429 stream.look(1).type.should == UP
432 stream.look(1).type.should == EOF
436 stream.look(1).type.should == val
439 stream.look(1).type.should == UP
442 stream.look(1).type.should == EOF
469 t.child_index.should == -1
480 r0.child_index.should == -1
494 r0.child_index.should == -1
495 c0.parent.should == r0
496 c0.child_index.should == 0
497 c1.parent.should == r0
498 c1.child_index.should == 1
499 c2.parent.should == r0
500 c2.child_index.should == 2
517 root.child_index.should == -1
518 c0.parent.should == root
519 c0.child_index.should == 0
520 …c1.parent.should == root # note -- actual python tests all use c0 here, which i think m…
521 c1.child_index.should == 1
522 …c2.parent.should == root # note -- actual python tests all use c0 here, which i think m…
523 c2.child_index.should == 2
542 root.child_index.should == -1
543 c0.parent.should == root
544 c0.child_index.should == 1
545 c1.parent.should == root
546 c1.child_index.should == 2
547 c2.parent.should == root
548 c2.child_index.should == 3
564 dup.child_index.should == -1
643 t.inspect.should == '(a c)'
655 t.inspect.should == '(a b x d)'
667 t.inspect.should == '(a x c d)'
679 t.inspect.should == '(a b c x)'
694 t.inspect.should == '(a x y c d)'
709 t.inspect.should == '(a b c x y)'
724 t.inspect.should == '(a b x y d)'
737 t.inspect.should == '(a x d)'
750 t.inspect.should == '(a b x)'
763 t.inspect.should == '(a x)'
778 t.inspect.should == '(a x y d)'
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
841 @wizard.in_context?( node, 'VEC ...' ).should be_true