Merge branch 'csv-escape' of https://github.com/Cynser/CyberChef into Cynser-csv-escape
This commit is contained in:
commit
4a4f37f888
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user