Lines Matching refs:as_string
30 is $parser->next->as_string, '1..5',
32 is $parser->next->as_string, 'ok 1 - input file opened',
34 is $parser->next->as_string, '... this is junk',
36 is $parser->next->as_string,
39 is $parser->next->as_string, '# this is a comment',
41 is $parser->next->as_string, 'ok 3 - read the rest of the file',
43 is $parser->next->as_string, 'not ok 4 - this is a real failure',
45 is $parser->next->as_string, 'ok 5 # SKIP we have no description',
68 is $parser->next->as_string, 'ok 1 - input file opened',
70 is $parser->next->as_string, '... this is junk',
72 is $parser->next->as_string,
75 is $parser->next->as_string, '# this is a comment',
77 is $parser->next->as_string, 'ok 3 - read the rest of the file',
79 is $parser->next->as_string, 'not ok 4 - this is a real failure',
81 is $parser->next->as_string, 'ok 5 # SKIP we have no description',
83 is $parser->next->as_string, '1..5',
105 is $parser->next->as_string, 'ok 1 - input file opened',
107 is $parser->next->as_string, '1..5',
109 is $parser->next->as_string, '... this is junk',
111 is $parser->next->as_string,
114 is $parser->next->as_string, '# this is a comment',
116 is $parser->next->as_string, 'ok 3 - read the rest of the file',
118 is $parser->next->as_string, 'not ok 4 - this is a real failure',
120 is $parser->next->as_string, 'ok 5 # SKIP we have no description',
143 is $parser->next->as_string, 'ok 1 - input file opened',
145 is $parser->next->as_string, '... this is junk',
147 is $parser->next->as_string,
150 is $parser->next->as_string, '# this is a comment',
152 is $parser->next->as_string, 'ok 3 - read the rest of the file',
154 is $parser->next->as_string, 'not ok 4 - this is a real failure',
156 is $parser->next->as_string, '1..5',
158 is $parser->next->as_string, 'ok 5 # SKIP we have no description',