mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Merge pull request #5735 from gasperno/fix/test-waypoint-escape-sequences
add tail to waypoint to display variable value
This commit is contained in:
commit
2e7e47c58a
@ -872,6 +872,12 @@
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tail": [
|
||||
"(function(){",
|
||||
"if (myStr !== undefined){",
|
||||
"return 'myStr = '+ JSON.stringify(myStr);}",
|
||||
"else{return null;}})();"
|
||||
],
|
||||
"solutions": [
|
||||
"var myStr = \"\\\\ \\t \\t \\r \\n\";"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user