diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-08-26 23:42:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-08-26 23:42:09 +0200 |
commit | fd99e505d794049bb1a06aa1e9de8a0f9cff6689 (patch) | |
tree | 075d14de2974a07c0abc6e39f7015f0d09167b99 | |
parent | 866210bf247ea57bed5421ce8887a84e53347acb (diff) | |
download | guile-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.test | 3 |
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{} }" |