mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Update `texinfo.test' to match latest change.
* test-suite/tests/texinfo.test ("test-texinfo->stexinfo")["@url{arg}"]:
Update test as a follow-up to
dc7a9cefbf
("more robust texinfo alias
handling").
This commit is contained in:
parent
866210bf24
commit
fd99e505d7
1 changed files with 1 additions and 2 deletions
|
@ -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{} }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue