/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-11 15:21:25 UTC
  • Revision ID: rubys@intertwingly.net-20081011152125-rgtrzh3p5xujp4hh
Handle markup and unicode in titles as channel names

Show diffs side-by-side

added added

removed removed

1
1
<!--
2
2
Description:  id
3
 
Expect:       Items[0]['channel_name'] == 'blog title'
 
3
Expect:       Items[0]['channel_name'] == 'Se\xc3\xb1or Frog'
4
4
-->
5
5
 
6
6
<feed xmlns="http://www.w3.org/2005/Atom">
7
7
  <entry>
8
8
    <source>
9
 
      <title>blog title</title>
 
9
      <title type="html">Se&ntilde;or Frog</title>
10
10
    </source>
11
11
  </entry>
12
12
</feed>