Allow alt tag test on Image Challenge to accept all characters

Accept any character in alt tag on Image Challenge
pull/9937/head
Dylan 2016-07-31 12:14:44 -05:00
parent 429f7bea57
commit 83d7bb79c3
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@
"tests": [
"assert($(\"img\").length > 0, 'message: Your page should have an image element.');",
"assert(new RegExp(\"\\/\\/bit.ly\\/fcc-relaxing-cat\", \"gi\").test($(\"img\").attr(\"src\")), 'message: Your image should have a <code>src</code> attribute that points to the kitten image.');",
"assert(code.match(/alt\\s*?=\\s*?(\\\"|\\')[\\s\\w\\.\\,\\!]+?(\\\"|\\')/), 'message: Your image element <strong>must</strong> have an <code>alt</code> attribute.');"
"assert(code.match(/alt\\s*?=\\s*?(\\\"|\\').*(\\\"|\\')/), 'message: Your image element <strong>must</strong> have an <code>alt</code> attribute.');"
],
"type": "waypoint",
"challengeType": 0,