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

Delta Between Two Patch Sets: tests/test_site/pages/get_page_url.tmpl

Issue 29741581: Fixes 6546 - Swap the contents of default.tmpl and empty.tmpl in the test suite (Closed)
Left Patch Set: Created April 3, 2018, 2:19 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 template = default
2 1
3 global_canonical_url = {{ get_canonical_url('global') }} 2 global_canonical_url = {{ get_canonical_url('global') }}
4 3
5 # 'filter' is default page name for the test website, so we check that the 4 # 'filter' is default page name for the test website, so we check that the
6 # link would not include the page name itself. 5 # link would not include the page name itself.
7 filter_canonical_url = {{ get_canonical_url('filter') }} 6 filter_canonical_url = {{ get_canonical_url('filter') }}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld