Merge pull request #657 from benmcmahon100/patch-10
Provisional fix to issue #655
This commit is contained in:
@ -93,9 +93,9 @@
|
||||
"You can start a comment with <code><!--</code> and end a comment with <code>--></code>."
|
||||
],
|
||||
"tests": [
|
||||
"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.')"
|
||||
"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": [
|
||||
"<!--",
|
||||
|
Reference in New Issue
Block a user