Skip to content

Commit

Permalink
Merge branch 'Cynser-csv-escape'
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Oct 10, 2018
2 parents c55331f + 4a4f37f commit b67ad30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,6 @@ class Utils {
if (renderNext) {
cell += b;
renderNext = false;
} else if (b === "\\") {
renderNext = true;
} else if (b === "\"" && !inString) {
inString = true;
} else if (b === "\"" && inString) {
Expand Down

0 comments on commit b67ad30

Please sign in to comment.