summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{} }"