Mercurial > piecrust2
diff 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 |
line wrap: on
line diff
--- a/tests/bakes/test_linker.yaml Mon Oct 30 00:08:12 2017 -0700 +++ b/tests/bakes/test_linker.yaml Mon Oct 30 18:58:28 2017 -0700 @@ -29,6 +29,7 @@ pages/foo.html: | --- title: Foo + date: '2010/01/07' --- {%for c in family.siblings-%} {{c.title}}{%if c.is_self%} SELFIE!{%endif%} @@ -36,10 +37,12 @@ pages/bar.html: | --- title: Bar + date: '2010/01/08' --- pages/other.html: | --- title: Other + date: '2010/01/06' --- outfiles: foo.html: |