texinfo: alias url' to uref'.
* module/texinfo.scm (texi-command-specs, complete-start-command):
Upstream texinfo has aliased `url' to `uref'. Let's do the same.
* test-suite/tests/texinfo.test ("test-texinfo->stexinfo"): Add a test.
This commit is contained in:
parent
b8287e8823
commit
31d5976931
2 changed files with 11 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;;;; texinfo.test -*- scheme -*-
|
||||
;;;;
|
||||
;;;; Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2001,2002 Oleg Kiselyov <oleg at pobox dot com>
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
|
|
@ -207,6 +207,9 @@
|
|||
|
||||
(test-body "@code{arg}"
|
||||
'((para (code "arg"))))
|
||||
;; FIXME: Why no enclosing para here? Probably a bug.
|
||||
(test-body "@url{arg}"
|
||||
'((uref (% (url "arg")))))
|
||||
(test-body "@code{ }"
|
||||
'((para (code))))
|
||||
(test-body "@code{ @code{} }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue