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

Delta Between Two Patch Sets: tests/expected_output/en/sitemap

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Left Patch Set: Fixed .gitignore and comment placement Created April 18, 2018, 2:32 a.m.
Right Patch Set: Removed the sitemap sort attribute Created April 19, 2018, 3:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « tests/expected_output/en/metadata_old_comment ('k') | tests/test_site/pages/metadata_json.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1
2 1
3 2
4 3
5 <h1> Unfiltered </h1> 4 <h1> Unfiltered </h1>
6 <ul> 5 <ul>
7 <li>title : includer </li> 6 <li>title : includer </li>
8 <li>title : translate-template </li> 7 <li>title : translate-template </li>
8 <li>title : metadata_old_comment </li>
9 <li>title : metadata_json </li>
10 <li>title : metadata_json_comment </li>
9 <li>title : sitemap </li> 11 <li>title : sitemap </li>
10 </ul> 12 </ul>
11 13
12 <h1> Filtered </h1> 14 <h1> Filtered </h1>
13 <ul><li>title : sitemap </li> 15 <ul><li>title : sitemap </li>
14 </ul> 16 </ul>
15 17
16 <h1> String Filter For Listy Option </h1> 18 <h1> String Filter For Listy Option </h1>
17 <ul><li>title : sitemap </li> 19 <ul><li>title : sitemap </li>
18 </ul> 20 </ul>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld