Comparing version 1.1.1 to 1.1.2
@@ -83,3 +83,3 @@ function trim(string) { | ||
while (sections[0] && (headers.length === 0 || headers[headers.length - 1].indexOf('msgid ""') < 0)) { | ||
if (sections[0].match(/msgid "[^"]/)) { | ||
if (sections[0].match(/msgid\s+"[^"]/)) { | ||
//found first real string, adding a dummy header item | ||
@@ -86,0 +86,0 @@ headers.push('msgid ""'); |
{ | ||
"name": "pofile", | ||
"description": "Parse and serialize Gettext PO files.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Ruben Vermeersch", |
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
22430