Quick fix to issue #509

This commit is contained in:
benmcmahon100
2015-05-26 17:58:27 +01:00
parent ff6e11433c
commit 01ad03b9d7

View File

@ -53,7 +53,7 @@
"You can create a paragraph element like so: <code>&#60;p&#62;I'm a p tag!&#60;/p&#62;</code>" "You can create a paragraph element like so: <code>&#60;p&#62;I'm a p tag!&#60;/p&#62;</code>"
], ],
"tests": [ "tests": [
"assert(($('p').length > 0), 'Create an <code>h2</code> elements.')", "assert(($('p').length > 0), 'Create an <code>p</code> elements.')",
"assert.isTrue((/hello(\\s)+paragraph/gi).test($('p').text()), 'Your paragraph element should have the text \"Hello Paragraph\"')" "assert.isTrue((/hello(\\s)+paragraph/gi).test($('p').text()), 'Your paragraph element should have the text \"Hello Paragraph\"')"
], ],
"challengeSeed": [ "challengeSeed": [