tapOutputParser

planplan plan NLNL testLinetestLine bailLinebailLine NLNL tests [ALL]

plan

'1..' W:(0-9)

testLine

'#' [suppress] emptyempty rest of linerest of line NLNL 'ok' 'not ok' integerinteger descriptiondescription directivedirective

integer

W:(0-9)

description

[^#\n]+

directive

'#' [suppress] TODOTODO rest of linerest of line SKIPSKIP [LOOKAHEAD] rest of linerest of line

TODO

'TODO'

SKIP

'SKIP'

bailLine

'Bail out!' emptyempty rest of linerest of line

empty

Empty

rest of line

.*

NL

end of lineend of line [suppress]

end of line

LineEnd