mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-08 16:00:58 -04:00
Remove the backslash escaping from JavaScript challenge output (e.g. \")
This commit is contained in:
@@ -110,6 +110,7 @@ function bonfireExecute() {
|
||||
runTests('Error', null);
|
||||
} else {
|
||||
codeOutput.setValue(message.output);
|
||||
codeOutput.setValue(codeOutput.getValue().replace(/\\\"/gi,''));
|
||||
message.input = removeLogs(message.input);
|
||||
runTests(null, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user