Lines Matching refs:should
43 parser.declaration.should == 'foo'
95 parser.output.should == <<-END.fixed_indent( 0 )
101 lexer.output.should == <<-END.fixed_indent( 0 )
143 parser.prog.should == %w(catch finally)
221 parser.nums.should == [ 10, 20, 30, 40, 50 ]
225 $all_header_files.should include "SpecialActionScopesLexer.rb"
226 $all_header_files.should include "SpecialActionScopesParser.rb"
227 $all_footer_files.should include "SpecialActionScopesLexer.rb"
228 $all_footer_files.should include "SpecialActionScopesParser.rb"
230 $header_location.should be < $module_head_location
231 $module_head_location.should be < $token_scheme_location
232 $token_scheme_location.should be < $token_members_location
233 $token_members_location.should be < $members_location
234 $members_location.should be < $module_foot_location
235 $module_foot_location.should be < $footer_location