Merge pull request #5735 from gasperno/fix/test-waypoint-escape-sequences

add tail to waypoint to display variable value
This commit is contained in:
Rex Schrader
2016-01-07 16:34:41 -08:00

View File

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