Merge pull request #540 from benmcmahon100/patch-4

Quick fix to issue #509
pull/545/head
Nathan 2015-05-26 13:02:46 -04:00
commit 30280b0645
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": [