simplify bug report
parent
52c1aecffc
commit
ca80578d4a
|
@ -1,6 +1,12 @@
|
|||
It seems `backlink(.)` doesn't work, that is, it doesn't match pages linked
|
||||
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]]
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
test1 links to [[test2]].
|
||||
|
||||
`backlink(test1)`:
|
||||
|
||||
[[!map pages="backlink(bugs/backlink(.) doesn't work/test1)"]]
|
||||
|
||||
`backlink(.)`:
|
||||
|
||||
[[!map pages="backlink(.)"]]
|
||||
|
|
@ -1 +0,0 @@
|
|||
test2!
|
Loading…
Reference in New Issue