2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-08 11:33:51 +00:00

Merge branch 'Cynser-csv-escape'

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

View File

@@ -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) {