diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 10:59:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 10:59:58 +0000 |
commit | ae306c4bcb5ff4e7aaf094095ac4edf87969c77c (patch) | |
tree | deca45195764307d47424f0586dd88c2e7441d2f /regress/eqn | |
parent | 7378bcac2fb2d2f24d5ec8d6a749e8fdeb172b8d (diff) | |
download | mandoc-ae306c4bcb5ff4e7aaf094095ac4edf87969c77c.tar.gz |
catch up with ASCII renderings in chars.c rev. 1.72
Diffstat (limited to 'regress/eqn')
-rw-r--r-- | regress/eqn/delim/basic.out_ascii | 3 | ||||
-rw-r--r-- | regress/eqn/fromto/basic.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/nullary/symbol.out_ascii | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/regress/eqn/delim/basic.out_ascii b/regress/eqn/delim/basic.out_ascii index 3f317b69..c0bdb4ba 100644 --- a/regress/eqn/delim/basic.out_ascii +++ b/regress/eqn/delim/basic.out_ascii @@ -4,6 +4,7 @@ NNAAMMEE ddeelliimm--bbaassiicc - inline eqn delimiters DDEESSCCRRIIPPTTIIOONN - initial text a inline B y inline <delta> e inline ,C final text + initial text <alpha> inline <beta> <gamma> inline <delta> <epsilon> + inline <zeta> final text OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/fromto/basic.out_ascii b/regress/eqn/fromto/basic.out_ascii index b67ec47b..86697c94 100644 --- a/regress/eqn/fromto/basic.out_ascii +++ b/regress/eqn/fromto/basic.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE ffrroommttoo--bbaassiicc - vertical stacking DDEESSCCRRIIPPTTIIOONN - initial text E_(_i = 1)^oo 1/(_i^2) final text + initial text E_(_i = 1)^<infinity> 1/(_i^2) final text OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/nullary/symbol.out_ascii b/regress/eqn/nullary/symbol.out_ascii index 90459c37..40e94b6a 100644 --- a/regress/eqn/nullary/symbol.out_ascii +++ b/regress/eqn/nullary/symbol.out_ascii @@ -4,7 +4,7 @@ NNAAMMEE nnuullllaarryy--ssyymmbbooll - equation tokens for symbols DDEESSCCRRIIPPTTIIOONN - initial text -- unquoted words: e ' -- quoted words: _e_p_s_i_l_o_n _p_r_i_m_e -- - composite word: _e_p_s_i_l_o_n - _p_r_i_m_e -- final text + initial text -- unquoted words: <epsilon> ' -- quoted words: _e_p_s_i_l_o_n + _p_r_i_m_e -- composite word: _e_p_s_i_l_o_n - _p_r_i_m_e -- final text OpenBSD July 4, 2017 OpenBSD |