Merge pull request #540 from benmcmahon100/patch-4

Quick fix to issue #509
This commit is contained in:
Nathan 2015-05-26 13:02:46 -04:00
commit 30280b0645

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": [