Remove JSON.stringify() call in Escape Sequences tail
This commit is contained in:
parent
8a524ff375
commit
c688d12e77
@ -1180,8 +1180,7 @@
|
||||
"tail": [
|
||||
"(function(){",
|
||||
"if (myStr !== undefined){",
|
||||
"return 'myStr = '+ JSON.stringify(myStr);}",
|
||||
"else{return null;}})();"
|
||||
"console.log('myStr: '+ myStr);}})();"
|
||||
],
|
||||
"solutions": [
|
||||
"var myStr = \"FirstLine\\n\\\\SecondLine\\\\\\rThirdLine\";"
|
||||
|
Loading…
x
Reference in New Issue
Block a user