add tail to escape-sequences waypoint

pull/18182/head
Harsha 2016-01-03 01:05:10 -05:00 committed by Berkeley Martinez
parent a3a2ae36a7
commit 71113b843a
1 changed files with 6 additions and 0 deletions

View File

@ -871,6 +871,12 @@
"",
""
],
"tail": [
"(function(){",
"if (myStr !== undefined){",
"return 'myStr = '+ JSON.stringify(myStr);}",
"else{return null;}})();"
],
"solutions": [
"var myStr = \"\\\\ \\t \\t \\r \\n\";"
],