Changed test order & added <code> in 'img to link'

pull/18182/head
ahstro 2015-08-06 22:07:52 +02:00
parent e9ad1bad8d
commit 962ee6d7d5
1 changed files with 1 additions and 1 deletions

View File

@ -1259,8 +1259,8 @@
"Once you've done this, hover over your image with your cursor. Your cursor's normal pointer should become the link clicking pointer. The photo is now a link."
],
"tests": [
"assert($('a').children('img').length > 0, 'Nest your <code>img</code> element within an <code>a</code> element.')",
"assert(new RegExp('#').test($('a').children('img').parent().attr('href')), 'Your <code>a</code> element should be a dead link with a <code>href</code> attribute set to \"#\".')",
"assert($('a').children('img').length > 0, 'Nest your image element within an <code>a</code> element.')",
"assert(editor.match(/<\\/a>/g) && editor.match(/<a/g) && editor.match(/<\\/a>/g).length === editor.match(/<a/g).length, 'Make sure each of your <code>a</code> elements has a closing tag.')"
],
"challengeSeed": [