Searched refs:fixed_indent (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb63 input = <<-END.fixed_indent( 0 )
74 expected_output = <<-END.fixed_indent( 0 ).strip!
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb120 lexer = LLStar::Lexer.new( <<-'END'.fixed_indent( 0 ) )
137 parser.output.should == <<-'END'.fixed_indent( 0 )
H A Dactions.rb95 parser.output.should == <<-END.fixed_indent( 0 )
101 lexer.output.should == <<-END.fixed_indent( 0 )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb111 input = <<-END.fixed_indent( 0 )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb63 def fixed_indent( n ) method in class:String
H A Dgrammar.rb279 @source = source.to_s.fixed_indent( 0 )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
H A Dtemplate-output.rb29 ANTLR3::Template::Group.parse( source.fixed_indent( 0 ) )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb667 input_source = <<-END.fixed_indent( 0 )

Completed in 2768 milliseconds