simplify bug report

master
Jon Dowland 2012-01-11 15:17:28 +00:00
parent 52c1aecffc
commit ca80578d4a
3 changed files with 7 additions and 12 deletions

View File

@ -1,6 +1,12 @@
It seems `backlink(.)` doesn't work, that is, it doesn't match pages linked It seems `backlink(.)` doesn't work, that is, it doesn't match pages linked
to from the current page. to from the current page.
[[!inline pages=test1 raw=true]] If I have two test pages, `foo`, which links to `bar`, then (on the `foo`
page):
* backlink(foo) lists 'bar'
* backlink(.) lists nothing
tested with 3.20120109.
— [[Jon]] — [[Jon]]

View File

@ -1,10 +0,0 @@
test1 links to [[test2]].
`backlink(test1)`:
[[!map pages="backlink(bugs/backlink(.) doesn't work/test1)"]]
`backlink(.)`:
[[!map pages="backlink(.)"]]