Re: TAPx::Parser 0.02

2006-07-09 Thread Ian Langworth
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

Re: TAPx::Parser 0.02

2006-07-09 Thread Ovid
- 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

Re: TAPx::Parser 0.02

2006-07-09 Thread Ian Langworth
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