Home | History | Annotate | Download | only in unit

Lines Matching refs:look

156       stream.look(index + 1).type.should == type
158 stream.look(100).type.should == EOF
175 13.times { stream.look(1); stream.consume } # consume until end
177 stream.look(1).type.should == EOF
178 stream.look(-1).type.should == UP
181 13.times { stream.look(1); stream.consume } # consume until end
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
295 t = nodes.look(index + 1)
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