/venus

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/venus/

« back to all changes in this revision

Viewing changes to tests/data/filter/tmpl/planet_title_name.xml

  • Committer: Sam Ruby
  • Date: 2008-10-10 12:52:59 UTC
  • Revision ID: rubys@intertwingly.net-20081010125259-pe3j3prxucai2q52
Default channel_name to source title

Show diffs side-by-side

added added

removed removed

 
1
<!--
 
2
Description:  id
 
3
Expect:       Items[0]['channel_name'] == 'blog title'
 
4
-->
 
5
 
 
6
<feed xmlns="http://www.w3.org/2005/Atom">
 
7
  <entry>
 
8
    <source>
 
9
      <title>blog title</title>
 
10
    </source>
 
11
  </entry>
 
12
</feed>
 
13