Ovid wrote:
> So we have this:
> 
>   not ok 2 #---
>   -
>     line: 17
>     test: ok $foo;
>   ...

Why do you keep putting everything in an array?


> How do you mark that as a TODO test?
> 
>   not ok 2 # TODO don't know what $foo is #---
> 
> Anyone see a problem with that?

  not ok 2 #---
    line: 17
    code: ok $foo;
    directive: TODO
    reason: don't know what $foo is
    ...

Although that loses compatibility with older parsers in that you can't mark a
test as TODO both ways.

Reply via email to