Lines Matching full:should
47 # why. We'll still use the instance because that should be forward
55 '... and calling it should succeed (v12)';
60 '... and calling it should succeed (v13)';
69 '... and calling syntax_for() with a type name should succeed';
71 '... and it should return a regex';
74 '... and calling handler_for() with a type name should succeed';
76 '... and it should return a code reference';
81 like $plan, $syntax_for{'plan'}, 'A basic plan should match its syntax';
86 '... and the handler should return a token';
97 '... and it should contain the correct data';
102 '... and calling it with data should return a token';
104 '... and the token should contain the correct data';
109 like $plan, $syntax_for{'plan'}, 'a basic plan should match its syntax';
113 '... and the handler should return a token';
124 '... and it should contain the correct data';
128 '... and calling it with data should return a token';
130 '... and the token should contain the correct data';
136 'A plan with an implied "skip all" should match its syntax';
140 '... and the handler should return a token';
151 '... and it should contain the correct data';
155 '... and calling it with data should return a token';
157 '... and the token should contain the correct data';
163 'Bad plans should not match the plan syntax';
169 'Bail out! should match a bailout syntax';
173 '... and calling it with data should return a token';
180 '... and the token should contain the correct data';
184 'Bail out! should match a bailout syntax';
188 '... and calling it with data should return a token';
195 '... and the token should contain the correct data';
201 'Comments should match the comment syntax';
205 '... and calling it with data should return a token';
212 '... and the token should contain the correct data';
217 like $test, $syntax_for{'test'}, 'Tests should match the test syntax';
221 '... and calling it with data should return a token';
233 '... and the token should contain the correct data';
238 like $test, $syntax_for{'test'}, 'Tests should match the test syntax';
242 '... and calling it with data should return a token';
253 is_deeply $token, $expected, '... and the TODO should be parsed';
257 # escaping that hash mark ('#') means this should *not* be a TODO test
259 like $test, $syntax_for{'test'}, 'Tests should match the test syntax';
263 '... and calling it with data should return a token';
275 '... and the token should contain the correct data';
280 like $pragma, $syntax_for{'pragma'}, 'Pragmas should match the pragma syntax';
284 '... and calling it with data should return a token';
293 '... and the token should contain the correct data';
296 like $pragma, $syntax_for{'pragma'}, 'Pragmas should match the pragma syntax';
300 '... and calling it with data should return a token';
309 '... and the token should contain the correct data';
312 like $pragma, $syntax_for{'pragma'}, 'Pragmas should match the pragma syntax';
316 '... and calling it with data should return a token';
325 '... and the token should contain the correct data';