mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Stop treating backslashes in CSV as escape character
This commit is contained in:
parent
ec9dfd2918
commit
903bd22999
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue