aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn8
-rw-r--r--doc/bugs/backlink__40__.__41___doesn__39__t_work/test1.mdwn10
-rw-r--r--doc/bugs/backlink__40__.__41___doesn__39__t_work/test2.mdwn1
3 files changed, 7 insertions, 12 deletions
diff --git a/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn b/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn
index 6ec53d504..ede1d2fe3 100644
--- a/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn
+++ b/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn
@@ -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]]
diff --git a/doc/bugs/backlink__40__.__41___doesn__39__t_work/test1.mdwn b/doc/bugs/backlink__40__.__41___doesn__39__t_work/test1.mdwn
deleted file mode 100644
index 52e1da969..000000000
--- a/doc/bugs/backlink__40__.__41___doesn__39__t_work/test1.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-test1 links to [[test2]].
-
-`backlink(test1)`:
-
-[[!map pages="backlink(bugs/backlink(.) doesn't work/test1)"]]
-
-`backlink(.)`:
-
-[[!map pages="backlink(.)"]]
-
diff --git a/doc/bugs/backlink__40__.__41___doesn__39__t_work/test2.mdwn b/doc/bugs/backlink__40__.__41___doesn__39__t_work/test2.mdwn
deleted file mode 100644
index a8b76dea9..000000000
--- a/doc/bugs/backlink__40__.__41___doesn__39__t_work/test2.mdwn
+++ /dev/null
@@ -1 +0,0 @@
-test2!