<feed xmlns='http://www.w3.org/2005/Atom'>
<title>meetup-find-events-rss/meetup/testdata, branch master</title>
<subtitle>Generate an RSS feed from upcoming Meetup events</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/meetup-find-events-rss/'/>
<entry>
<title>meetup(parse_json): Align test and test data</title>
<updated>2018-04-13T00:35:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-13T00:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/meetup-find-events-rss/commit/?id=6499eda0bd6197601b8024220236ec6d6282e74e'/>
<id>6499eda0bd6197601b8024220236ec6d6282e74e</id>
<content type='text'>
* Add an additional `Event` to the list of expected events to give us
  more than one to test with.
* Remove all but the first two events from the JSON test data so we
  don't have to reproduce all of those events in our test code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add an additional `Event` to the list of expected events to give us
  more than one to test with.
* Remove all but the first two events from the JSON test data so we
  don't have to reproduce all of those events in our test code.
</pre>
</div>
</content>
</entry>
<entry>
<title>meetup--find-upcoming_events.json: Escape double quotes</title>
<updated>2018-04-12T23:08:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-12T23:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/meetup-find-events-rss/commit/?id=9334bc352afa91a545dc72b06ccea60fd1756b11'/>
<id>9334bc352afa91a545dc72b06ccea60fd1756b11</id>
<content type='text'>
A bunch of the descriptions had double quotes in them (`"`) that weren't
escaped. Escape these to make the JSON valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bunch of the descriptions had double quotes in them (`"`) that weren't
escaped. Escape these to make the JSON valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some test JSON from the Meetup API</title>
<updated>2018-04-12T21:08:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-12T21:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/meetup-find-events-rss/commit/?id=0df8a05d795f32d72f9e71e661917be36755fba6'/>
<id>0df8a05d795f32d72f9e71e661917be36755fba6</id>
<content type='text'>
This comes from:
https://api.meetup.com/find/upcoming_events?&amp;sign=true&amp;photo-host=public&amp;page=20

Grabbed from the browser API console.

We'll use this for writing unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This comes from:
https://api.meetup.com/find/upcoming_events?&amp;sign=true&amp;photo-host=public&amp;page=20

Grabbed from the browser API console.

We'll use this for writing unit tests.
</pre>
</div>
</content>
</entry>
</feed>
