Fix test on Waypoint Use Comments to Clarify Code

pull/3387/head
Joel Bentley 2015-09-20 16:48:09 -04:00
parent 5ab8c0a228
commit 82605bbcb0
1 changed files with 1 additions and 1 deletions

View File

@ -2141,7 +2141,7 @@
"tests": [
"assert(editor.match(/<!--/g) && editor.match(/<!--/g).length > 0, 'Start a comment with <code>&#60;!--</code>.')",
"assert(editor.match(/this line/g) && editor.match(/this line/g).length > 0, 'Your comment should have the text <code>You shouldn&#39;t need to modify code below this line</code>.')",
"assert(editor.match(/-->/g) && editor.match(/-->/g).length > 0, 'Be sure to close your comment with <code>--&#62;</code>.')"
"assert(editor.match(/-->.*\\n.+/g), 'Be sure to close your comment with <code>--&#62;</code>.')"
],
"challengeSeed": [
"<div class=\"container-fluid\">",