Merge pull request #5735 from gasperno/fix/test-waypoint-escape-sequences
add tail to waypoint to display variable value
This commit is contained in:
@ -872,6 +872,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\";"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user