Comparing version 1.7.1 to 1.7.2
@@ -190,3 +190,3 @@ 'use strict' | ||
obj.push(line.substr(1)) | ||
} else { | ||
} else if (line) { // Ignore empty lines | ||
throw new ParseError('Expected either "_key_:" or "\\t"', this) | ||
@@ -193,0 +193,0 @@ } |
{ | ||
"name": "api-test", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"author": "Sitegui <sitegui@sitegui.com.br>", | ||
@@ -5,0 +5,0 @@ "description": "API testing made simple", |
@@ -14,3 +14,3 @@ # user/login | ||
password: '12345' | ||
### error is | ||
@@ -17,0 +17,0 @@ error: // comment lines will be ignored |
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
60053