add tail to escape-sequences waypoint

This commit is contained in:
Harsha
2016-01-03 01:05:10 -05:00
committed by Berkeley Martinez
parent 8f777f62d8
commit bf05f88045

View File

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