tap-parser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -304,4 +304,5 @@ // Transforms a stream of TAP into a stream of result objects | ||
// comment | ||
if (line.match(/^\s*#/)) { | ||
// comment, but let "# Subtest:" comments start a child | ||
var c = line.match(/^(\s+)?#(.*)/) | ||
if (c && !(c[1] && /^ Subtest: /.test(c[2]))) { | ||
this.emit('comment', line) | ||
@@ -308,0 +309,0 @@ return |
{ | ||
"name": "tap-parser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "parse the test anything protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69
149926
2881