Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: tests/expected_output/sitemap

Issue 29370597: Issue 4687 - Add Context Function get_pages_metadata to Test Site (Closed)
Left Patch Set: Created March 9, 2017, 2:38 p.m.
Right Patch Set: Created March 17, 2017, 8:34 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | tests/test_site/globals/get_pages_metadata.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 1
2 2
3 3
4 4
5 <h1> Unfiltered </h1> 5 <h1> Unfiltered </h1>
6 <ul><li>title : filter </li><li>title : global </li><li>title : sitemap </li><li >title : translate </li> 6 <ul><li>title : filter </li><li>title : global </li><li>title : sitemap </li><li >title : translate </li>
7 </ul> 7 </ul>
8 8
9 <h1> Filtered </h1> 9 <h1> Filtered </h1>
10 <ul><li>title : sitemap </li> 10 <ul><li>title : sitemap </li>
11 </ul>
12
13 <h1> String Filter For Listy Option </h1>
14 <ul><li>title : sitemap </li>
11 </ul> 15 </ul>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld