diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2012-04-05 04:51:22 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-05 04:51:22 -0400 |
commit | b82aa6208fc5bb36c593df14c155dda2fa0397f7 (patch) | |
tree | 2efae4fc9cb13839564895d37d5af43c356a4a39 | |
parent | 1f92a0c5b7bbeb63a8f6d40a5b7bd73cbcdaa715 (diff) | |
download | ikiwiki-b82aa6208fc5bb36c593df14c155dda2fa0397f7.tar ikiwiki-b82aa6208fc5bb36c593df14c155dda2fa0397f7.tar.gz |
[[!inline trail=yes]] support reinstated
-rw-r--r-- | doc/bugs/trail_test_suite_failures.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/trail_test_suite_failures.mdwn b/doc/bugs/trail_test_suite_failures.mdwn index 88026bedc..fcb2f0718 100644 --- a/doc/bugs/trail_test_suite_failures.mdwn +++ b/doc/bugs/trail_test_suite_failures.mdwn @@ -1,3 +1,5 @@ +[[!template id=gitbranch branch=smcv/trail author=smcv]] [[!tag patch]] + `t/trail.t` has some test suite failures. This is after applying [[smcv]]'s patch that fixed some races that caused it to fail sometimes. These remaining failures may also be intermittant, @@ -11,6 +13,10 @@ output, which seems to point to an actual bug in the plugin AFAICS. --[[Joey]] > I don't think this is the bug noted in the commit message - the inline > containing `sorting/new` uses `pages`, not `pagenames`. --[[smcv]] +>> It seems you removed `trail` support from `inline` in that commit. +>> Assuming that wasn't intentional, this is fixed in `smcv/trail`. +>> --[[smcv]] + <pre> ok 71 - expected n=sorting/end p=sorting/beginning in sorting/middle.html not ok 72 - expected n=sorting/new p=sorting/middle in sorting/end.html |