Merge pull request #4689 from SaintPeter/fix/jquery-wp-releasedon-date

Add release date to new JQ waypoint
This commit is contained in:
Logan Tegman
2015-11-24 22:52:52 -08:00

View File

@ -550,6 +550,7 @@
"jQuery also has a similar function called <code>.text()</code> that only alters text without adding tags.",
"Change the button with id <code>target4</code> by italicizing its text."
],
"releasedOn": "November 18, 2015",
"tests": [
"assert.isTrue((/<i>/gi).test($(\"#target4\").html()), 'Italicize the text in your <code>target4</code> button by adding HTML tags.')",
"assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'Make sure the text is otherwise unchanged.')",