-fixed typo

started new branch as last one was a mess.
this fix removes the false positive assert test mentioned in bug #6286
pull/18182/head
robjloranger 2016-01-23 23:06:38 -08:00
parent 0c40a0599e
commit 33f29691c5
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@
"<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>" "<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
], ],
"tests": [ "tests": [
"assert($(\"p\").css(\"font-family\").match(/monospace/i), 'message: Your <code>p</code> elements should use the font <code>Monospace</code>.');" "assert($(\"p\").not(\".red-text\").css(\"font-family\").match(/monospace/i), 'message: Your <code>p</code> elements should use the font <code>Monospace</code>.');"
], ],
"challengeType": 0, "challengeType": 0,
"nameEs": "Establecer la familia del tipo de letra de un elemento", "nameEs": "Establecer la familia del tipo de letra de un elemento",