Searched refs:g_test_output_is (Results 1 – 5 of 5) sorted by relevance
/external/antlr/antlr-3.4/runtime/Perl5/t/ |
D | lexer.t | 20 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' }); 47 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' }); 105 g_test_output_is({ grammar => scalar grammar_file('XMLLexer.g'), test_program => <<'CODE', expected…
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | fig.t | 14 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|
D | simplecalc.t | 12 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|
D | expr.t | 12 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 50 sub g_test_output_is { subroutine
|