Quick fix to issue #509

pull/540/head
benmcmahon100 2015-05-26 17:58:27 +01:00
parent ff6e11433c
commit 01ad03b9d7
1 changed files with 1 additions and 1 deletions

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>"
],
"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\"')"
],
"challengeSeed": [