Adds "be" to the tests for comment html challenge. Closes #593

pull/641/head
terakilobyte 2015-05-27 09:30:47 -04:00
parent 87e2697b93
commit 8723c4c299
1 changed files with 3 additions and 3 deletions

View File

@ -93,9 +93,9 @@
"You can start a comment with <code>&#60;!--</code> and end a comment with <code>--&#62;</code>."
],
"tests": [
"assert(($('h1').length > 0), 'The h1 element should not commented. It should be visible in the browser.')",
"assert(($('h2').length > 0), 'The h2 element should not commented. It should be visible in the browser.')",
"assert(($('p').length > 0), 'The paragraph element should not commented. It should be visible in the browser.')"
"assert(($('h1').length > 0), 'The h1 element should not be commented. It should be visible in the browser.')",
"assert(($('h2').length > 0), 'The h2 element should not be commented. It should be visible in the browser.')",
"assert(($('p').length > 0), 'The paragraph element should not be commented. It should be visible in the browser.')"
],
"challengeSeed": [
"<!--",