We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63e565 commit 9e91e8cCopy full SHA for 9e91e8c
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