This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"responseData": { | |
"xmlString": "\u003c?xml version\u003d\"1.0\" encoding\u003d\"UTF-8\"?\u003e\r\n\u003crss xmlns:dc\u003d\"http://purl.org/dc/elements/1.1/\" xmlns:itunes\u003d\"http://www.itunes.com/dtds/podcast-1.0.dtd\" version\u003d\"2.0\"\u003e\u003cchannel\u003e\u003ctitle\u003eAdventures in Angular\u003c/title\u003e\u003clink\u003ehttp://www.adventuresinangular.com\u003c/link\u003e\u003cdescription /\u003e\u003clanguage\u003een\u003c/language\u003e\u003ccopyright\u003eIntentional Excellence Productions, LLC\u003c/copyright\u003e\u003cdc:language\u003een\u003c/dc:language\u003e\u003cdc:rights\u003eIntentional Excellence Productions, LLC\u003c/dc:rights\u003e\u003clastBuildDate\u003eThu, 27 Nov 2014 21:38:27 -0500\u003c/lastBuildDate\u003e\u003citem\u003e\u003ctitle\u003e018 AiA Style Guides\u003c/title\u003e\u003clink /\u003e\u003csource url\u003d\"http://www.adventuresinangular.com\"\u003eAdventures in Angular\u003c/source\u003e\u003citunes:author /\u003e\u003citunes:subtitle /\u003e\u003citunes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
... | |
class DeliveryDateService extends ObjectBehavior | |
{ | |
... | |
function it_should_return_all_sundays_up_to_the_last_available_delivery_date_when_today_is_a_sunday() | |
{ | |
//Set the first date in the range to be Sunday, 23rd of June 2013 (16:00) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li><a href="index.html" title="Home">Home</a></li> | |
<li><a href="products.html" title="Products">Products</a></li> | |
<li><a href="shoes.html" title="Shoes">Shoes</a></li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul role="tablist"> | |
<li role="presentation"><a href="" role="tab">Tab 1</a></li> | |
<li role="presentation"><a href="" role="tab">Tab 2</a></li> | |
<ul> | |
<div role="tabpanel"> | |
<p>Content</p> | |
</div> | |
<div role="tabpanel"> |