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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/test_additional_paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expected_output/en/sitemap
===================================================================
--- a/tests/expected_output/en/sitemap
+++ b/tests/expected_output/en/sitemap
@@ -1,25 +1,16 @@
<h1> Unfiltered </h1>
<ul>
- <li>title : filter </li>
- <li>title : get_page_url </li>
- <li>title : global </li>
<li>title : includer </li>
- <li>title : translate </li>
- <li>title : translate-html </li>
- <li>title : translate-include </li>
- <li>title : translate-not-enough </li>
- <li>title : translate-partial </li>
<li>title : translate-template </li>
- <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
<li>title : sitemap </li>
</ul>
<h1> Filtered </h1>
<ul><li>title : sitemap </li>
</ul>
<h1> String Filter For Listy Option </h1>
« 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