Sfoglia il codice sorgente

Merge branch 'csv-escape' of https://github.com/Cynser/CyberChef into Cynser-csv-escape

n1474335 6 anni fa
parent
commit
4a4f37f888
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/core/Utils.mjs

+ 0 - 2
src/core/Utils.mjs

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