diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-04-17 13:29:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-04-17 13:29:21 +0000 |
commit | dda3b80b12b4d2e3a5bb518ebfacfaafbd51f6c4 (patch) | |
tree | c34f136161ea9ee464b09614d0b51f5994e764c4 | |
parent | e02667a1b11e0c760d0be44433afa5a0efb40922 (diff) |
test display of long URIs
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.in | 1 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii | 7 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.out_lint | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.out_markdown | 1 |
4 files changed, 7 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.in b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in index c9b595a0ce8..a0200ed1ed4 100644 --- a/regress/usr.bin/mandoc/mdoc/Lk/noarg.in +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in @@ -7,6 +7,7 @@ .Sh DESCRIPTION multiple arguments .Lk http://www.bsd.lv/ the bsd.lv project , +.Lk http://www.gnu.org/software/groff/ GNU troff , two arguments .Lk http://mdocml.bsd.lv/ mandoc one argument diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii index 7de1542a1db..a0cec52a012 100644 --- a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii @@ -4,9 +4,10 @@ NNAAMMEE LLkk--nnooaarrgg - hyperlink macro without arguments DDEESSCCRRIIPPTTIIOONN - multiple arguments _t_h_e _b_s_d_._l_v _p_r_o_j_e_c_t: hhttttpp::////wwwwww..bbssdd..llvv//, two arguments - _m_a_n_d_o_c: hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg// no - argument + multiple arguments _t_h_e _b_s_d_._l_v _p_r_o_j_e_c_t: hhttttpp::////wwwwww..bbssdd..llvv//, _G_N_U _t_r_o_f_f: + hhttttpp::////wwwwww..ggnnuu..oorrgg//ssooffttwwaarree//ggrrooffff//, + two arguments _m_a_n_d_o_c: hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument + hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg// no argument end of test document diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_lint b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_lint index 098c8f2dcef..ff99c3575bb 100644 --- a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_lint +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_lint @@ -1 +1 @@ -mandoc: noarg.in:15:2: WARNING: skipping empty macro: Lk +mandoc: noarg.in:16:2: WARNING: skipping empty macro: Lk diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_markdown b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_markdown index b4127feb318..27aaec2c583 100644 --- a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_markdown +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_markdown @@ -8,6 +8,7 @@ LK-NOARG(1) - General Commands Manual multiple arguments [the bsd.lv project](http://www.bsd.lv/), +[GNU troff](http://www.gnu.org/software/groff/), two arguments [mandoc](http://mdocml.bsd.lv/) one argument |