Ways to tweak the TAP structure before handing it to the parser? The
"removal of leading hyphens" thing in the previous replies, sanitizing
sensitive information (maybe the non-employees shouldn't see IP
addresses in the output when they see the parsed result), who knows.
My opinion is that playi
- Original Message
From: Ian Langworth <[EMAIL PROTECTED]>
> This is cool, Ovid! I think you're definitely on the right track.
Thanks!
> Thoughts:
>
> - I'd like an option to automatically s{ \A \s* - \s+ }{} all test
> descriptions. I bet a lot of people would end up doing this
> thems
This is cool, Ovid! I think you're definitely on the right track.
Thoughts:
- I'd like an option to automatically s{ \A \s* - \s+ }{} all test
descriptions. I bet a lot of people would end up doing this
themselves, including myself.
- Speaking of that step, the underscore in your tokenizing meth