comparison tests/bakes/test_linker.yaml @ 983:7fe1151595bf

tests: Fix non-determinism in linker tests.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 30 Oct 2017 18:58:28 -0700
parents 45ad976712ec
children bcb7bd54d347
comparison
equal deleted inserted replaced
982:492b66482f12 983:7fe1151595bf
27 --- 27 ---
28 in: 28 in:
29 pages/foo.html: | 29 pages/foo.html: |
30 --- 30 ---
31 title: Foo 31 title: Foo
32 date: '2010/01/07'
32 --- 33 ---
33 {%for c in family.siblings-%} 34 {%for c in family.siblings-%}
34 {{c.title}}{%if c.is_self%} SELFIE!{%endif%} 35 {{c.title}}{%if c.is_self%} SELFIE!{%endif%}
35 {%endfor%} 36 {%endfor%}
36 pages/bar.html: | 37 pages/bar.html: |
37 --- 38 ---
38 title: Bar 39 title: Bar
40 date: '2010/01/08'
39 --- 41 ---
40 pages/other.html: | 42 pages/other.html: |
41 --- 43 ---
42 title: Other 44 title: Other
45 date: '2010/01/06'
43 --- 46 ---
44 outfiles: 47 outfiles:
45 foo.html: | 48 foo.html: |
46 Bar 49 Bar
47 Foo SELFIE! 50 Foo SELFIE!