add tail to escape-sequences waypoint
This commit is contained in:
@ -937,6 +937,12 @@
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tail": [
|
||||
"(function(){",
|
||||
"if (myStr !== undefined){",
|
||||
"return 'myStr = '+ JSON.stringify(myStr);}",
|
||||
"else{return null;}})();"
|
||||
],
|
||||
"solutions": [
|
||||
"var myStr = \"\\\\ \\t \\t \\r \\n\";"
|
||||
],
|
||||
|
Reference in New Issue
Block a user