1<!--
2Description: entry source rights type='text'
3Expect:      not bozo and entries[0]['source']['rights_detail']['type'] == 'text/plain'
4-->
5<feed xmlns="http://www.w3.org/2005/Atom">
6<entry>
7<source>
8  <rights type="text">Example Atom</rights>
9</source>
10</entry>
11</feed>