1
0
mirror of synced 2025-01-19 00:04:08 +01:00

Merge branch 'Cynser-csv-escape'

This commit is contained in:
n1474335 2018-10-10 14:08:20 +00:00
commit b67ad3073c

View File

@ -555,8 +555,6 @@ class Utils {
if (renderNext) { if (renderNext) {
cell += b; cell += b;
renderNext = false; renderNext = false;
} else if (b === "\\") {
renderNext = true;
} else if (b === "\"" && !inString) { } else if (b === "\"" && !inString) {
inString = true; inString = true;
} else if (b === "\"" && inString) { } else if (b === "\"" && inString) {