We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d63e565 + 9e91e8c commit 2c615c0Copy full SHA for 2c615c0
micropython.js
@@ -12,7 +12,6 @@ function sleep(millis) {
12
}
13
14
function escape_string(string) {
15
- string = string.replace(/"""/g, `\\"\\"\\"`)
16
string = string.replace(/\'/g, `\\'`)
17
string = string.replace(/\"/g, `\\"`)
18
return string
0 commit comments