Open thisconnect opened 9 years ago
I have been working on a collection of packages under the org tap-format as sequels to my few tap-[formatter] modules.
https://github.com/tap-format/parser will be the replacement for this. It's basically done, just needs documentation.
Will the neq parser be used in tap-spec?
Yes it will. Except that eventually, tap-spec will go into maintenance mode in favor of it's predecessor: https://github.com/tap-format/spec. This module will do the same exact thing, except cleaner output and more stable.
using something like
tape test.js
with tap-spec
tape test.js | tap-spec
will output something likeIt seems as the result regex is matching, and result test is before type test check. https://regex101.com/r/iF6vM2/2