HomeSort by relevance Sort by last modified time
    Searched refs:expect_errors (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 8 def parse( grammar, rule, input, expect_errors = false )
22 parser.reported_errors.should be_empty unless expect_errors
29 return( expect_errors ? [ result, parser.reported_errors ] : result )
rewrites.rb 8 def parse( grammar, rule, input, expect_errors = false )
22 parser.reported_errors.should be_empty unless expect_errors
29 return( expect_errors ? [ result, parser.reported_errors ] : result )
    [all...]

Completed in 43 milliseconds