Re: Updated TAP Grammar

2007-01-23 Thread Ovid
Yup. Knew I shouldn't have done this now. --- Ovid <[EMAIL PROTECTED]> wrote: > tests ::= test {test} That's unused. > todo_directive ::= '#' 'TODO' ' ' {character} > > skip_directive ::= '#' 'SKIP' ' ' {character} Those '#' signs should have a {' '} after them (zero or more sp

Updated TAP Grammar

2007-01-23 Thread Ovid
It's been a while since I've updated the TAP grammar and the old one has some weaknesses. Here's the corrected one. Feedback welcome. I'm feeling under the weather, so this was probably a bad thing for me to tackle right now. Also, I can't find the email, but someone once rewrote part of this t