scottcorgan / tap-out

A different tap parser
MIT License
23 stars 28 forks source link

sometimes crashing on lines that begin with a space. #41

Open craigphicks opened 3 years ago

craigphicks commented 3 years ago

Adding comment marks to those lines enabled it to pass at least the output I was throwing at tap-spec, which depends on tap-out.

(some-tester) | sed 's/^ /#/1' | npx tap-out

Then tap-out stopped crashing. See this tap-sec issue