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

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

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Test cases no longer use 'template = empty' Created April 18, 2018, 8:43 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
OLDNEW
1 1
2 2
3 3
4 4
5 <h1> Unfiltered </h1> 5 <h1> Unfiltered </h1>
6 <ul> 6 <ul>
7 <li>title : includer </li> 7 <li>title : includer </li>
8 <li>title : metadata_json </li>
9 <li>title : metadata_json_comment </li>
10 <li>title : metadata_old_comment </li>
11 <li>title : sitemap </li>
8 <li>title : translate-template </li> 12 <li>title : translate-template </li>
9 <li>title : sitemap </li>
10 </ul> 13 </ul>
11 14
12 <h1> Filtered </h1> 15 <h1> Filtered </h1>
13 <ul><li>title : sitemap </li> 16 <ul><li>title : sitemap </li>
14 </ul> 17 </ul>
15 18
16 <h1> String Filter For Listy Option </h1> 19 <h1> String Filter For Listy Option </h1>
17 <ul><li>title : sitemap </li> 20 <ul><li>title : sitemap </li>
18 </ul> 21 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld