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

Side by Side Diff: tests/expected_output/en/sitemap

Issue 29741581: Fixes 6546 - Swap the contents of default.tmpl and empty.tmpl in the test suite (Closed)
Patch Set: Remove unnecessary template=default metadata and adjust the expected output for sitemap accordingly Created April 3, 2018, 4:34 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/test_additional_paths.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 3
4 4
5 <h1> Unfiltered </h1> 5 <h1> Unfiltered </h1>
6 <ul> 6 <ul>
7 <li>title : filter </li>
8 <li>title : get_page_url </li>
9 <li>title : global </li>
10 <li>title : includer </li> 7 <li>title : includer </li>
11 <li>title : translate </li>
12 <li>title : translate-html </li>
13 <li>title : translate-include </li>
14 <li>title : translate-not-enough </li>
15 <li>title : translate-partial </li>
16 <li>title : translate-template </li> 8 <li>title : translate-template </li>
17 <li>title : translate-tmpl </li>
Sebastian Noack 2018/04/03 22:32:51 So these pages showed up here before because they
Vasily Kuznetsov 2018/04/03 22:47:04 I pretty much see it the same way as you do, but t
rosie 2018/04/04 16:22:17 Should there be a comment somewhere in this file t
Sebastian Noack 2018/04/04 17:42:57 As I pointed out in the other review, there is a c
18 <li>title : sitemap </li> 9 <li>title : sitemap </li>
19 </ul> 10 </ul>
20 11
21 <h1> Filtered </h1> 12 <h1> Filtered </h1>
22 <ul><li>title : sitemap </li> 13 <ul><li>title : sitemap </li>
23 </ul> 14 </ul>
24 15
25 <h1> String Filter For Listy Option </h1> 16 <h1> String Filter For Listy Option </h1>
26 <ul><li>title : sitemap </li> 17 <ul><li>title : sitemap </li>
27 </ul> 18 </ul>
OLDNEW
« no previous file with comments | « no previous file | tests/test_additional_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld