Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "jsupack", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript Utilities", |
@@ -187,3 +187,3 @@ /* | ||
this._saveNewWarning(CsvParser._getUnescapedDelimiterInfo(this._records.length + 1, fieldDel, matchStr)); | ||
this._currMatch += fieldDel + matchStr; this._curState = 'q2'; break; | ||
this._currMatch += fieldDel + matchStr; this._currState = 'q2'; break; | ||
} | ||
@@ -190,0 +190,0 @@ break; |
52266