summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-08-26 23:42:09 +0200
committerLudovic Courtès <ludo@gnu.org>2012-08-26 23:42:09 +0200
commitfd99e505d794049bb1a06aa1e9de8a0f9cff6689 (patch)
tree075d14de2974a07c0abc6e39f7015f0d09167b99
parent866210bf247ea57bed5421ce8887a84e53347acb (diff)
downloadguile-fd99e505d794049bb1a06aa1e9de8a0f9cff6689.tar.gz
Update `texinfo.test' to match latest change.
* test-suite/tests/texinfo.test ("test-texinfo->stexinfo")["@url{arg}"]: Update test as a follow-up to dc7a9cefbf5434b6e7e503fe83faa07b24a1a6cd ("more robust texinfo alias handling").
-rw-r--r--test-suite/tests/texinfo.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/tests/texinfo.test b/test-suite/tests/texinfo.test
index 98c44b91b..8a4b593fd 100644
--- a/test-suite/tests/texinfo.test
+++ b/test-suite/tests/texinfo.test
@@ -208,9 +208,8 @@
(test-body "@code{arg}"
'((para (code "arg"))))
- ;; FIXME: Why no enclosing para here? Probably a bug.
(test-body "@url{arg}"
- '((uref (% (url "arg")))))
+ '((para (uref (% (url "arg"))))))
(test-body "@code{ }"
'((para (code))))
(test-body "@code{ @code{} }"