Fixed display issues of various characters not showing up correctly in the console on the test page when tests are ran. html codes to show basic characters such as “%” and “,” where not consistent with other seed entries.

pull/18182/head
Donnie Reese 2017-03-02 17:48:35 -06:00
parent 15a9e59855
commit 1678b63de1
1 changed files with 2 additions and 2 deletions

View File

@ -1348,8 +1348,8 @@
"</main>"
],
"tests": [
"assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of <code>50&#37;</code>&#44; making it perfectly circular.');",
"assert(code.match(/50%/g), 'message: Be sure to use a percentage value of <code>50&#37;</code>.');"
"assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of <code>50%</code>, making it perfectly circular.');",
"assert(code.match(/50%/g), 'message: Be sure to use a percentage value of <code>50%</code>.');"
],
"type": "waypoint",
"challengeType": 0,