aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-08 16:02:03 -0400
committerJoey Hess <joey@kitenet.net>2012-04-08 16:02:03 -0400
commitfc5c938b195bacd8db2be7a435cb88bfbd050af8 (patch)
tree9f648f8cc74fe7340b40d80ba244bb7fbc800238 /t
parent29157c9cd1b3ad81bb76de5c99b21d27c25867d8 (diff)
parent258ee1bc3b9c43807064c771ebcb9ce2840d4264 (diff)
downloadikiwiki-fc5c938b195bacd8db2be7a435cb88bfbd050af8.tar
ikiwiki-fc5c938b195bacd8db2be7a435cb88bfbd050af8.tar.gz
Merge remote-tracking branch 'smcv/ready/literal-pagenames'
Diffstat (limited to 't')
-rwxr-xr-xt/trail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/trail.t b/t/trail.t
index 7766344b1..2e4b9278d 100755
--- a/t/trail.t
+++ b/t/trail.t
@@ -93,7 +93,7 @@ write_old_file("sorting/linked2.mdwn", "linked2");
write_old_file("sorting.mdwn",
'[[!traillink linked]] ' .
'[[!trailitems pages="sorting/z/a or sorting/a/b or sorting/a/c"]] ' .
- '[[!trailitems pagenames="beginning middle end"]] ' .
+ '[[!trailitems pagenames="sorting/beginning sorting/middle sorting/end"]] ' .
'[[!inline pages="sorting/old or sorting/ancient or sorting/new" trail="yes"]] ' .
'[[!traillink linked2]]');