Merge pull request #13701 from donniereese/fix/basic-css-border-radius-percent-message
Fixed display of various characters not showing up correctly in test console
This commit is contained in:
@ -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%</code>, making it perfectly circular.');",
|
||||
"assert(code.match(/50%/g), 'message: Be sure to use a percentage value of <code>50%</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,
|
||||
|
Reference in New Issue
Block a user