mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Merge branch 'csv-escape' of https://github.com/Cynser/CyberChef into Cynser-csv-escape
This commit is contained in:
commit
4a4f37f888
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue