diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 20:57:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 20:57:07 +0000 |
commit | a20ce5b08da3bf35aba0065fbac0a3b322fc5e1d (patch) | |
tree | f5722bdbfca65cec65f4b8dc30329013868c06d4 /regress/char/unicode | |
parent | 554f535b5013fcad7f9bd0837286bfa2d2f22dfc (diff) | |
download | mandoc-a20ce5b08da3bf35aba0065fbac0a3b322fc5e1d.tar.gz |
add the \(ru (0.5m baseline ruler) character escape sequence,
abused by mail/nmh; groff_char(7) confirms that this really exists
Diffstat (limited to 'regress/char/unicode')
-rw-r--r-- | regress/char/unicode/ascii.in | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_ascii | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_html | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_utf8 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/char/unicode/ascii.in b/regress/char/unicode/ascii.in index c75da2c0..66664155 100644 --- a/regress/char/unicode/ascii.in +++ b/regress/char/unicode/ascii.in @@ -18,7 +18,7 @@ BEGINTEST \[u005C]\N'92'\e\(rs REVERSE SOLIDUS \[u005D]\N'93'\(rB RIGHT SQUARE BRACKET \[u005E]\N'94'\(a^\(ha CIRCUMFLEX ACCENT -\[u005F]\N'95'\(ul LOW LINE +\[u005F]\N'95'\(ul\(ru LOW LINE \[u0060]\N'96'\`\(ga GRAVE ACCENT \[u007B]\N'123'\(lC LEFT CURLY BRACKET \[u007C]\N'124'\(ba\(or VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_ascii b/regress/char/unicode/ascii.out_ascii index 74b5d286..f46e0f36 100644 --- a/regress/char/unicode/ascii.out_ascii +++ b/regress/char/unicode/ascii.out_ascii @@ -21,7 +21,7 @@ DDEESSCCRRIIPPTTIIOONN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT - ___ LOW LINE + ____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_html b/regress/char/unicode/ascii.out_html index deef5bcb..7ebda578 100644 --- a/regress/char/unicode/ascii.out_html +++ b/regress/char/unicode/ascii.out_html @@ -13,7 +13,7 @@ $$$ DOLLAR SIGN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT -___ LOW LINE +____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_utf8 b/regress/char/unicode/ascii.out_utf8 index 74b5d286..f46e0f36 100644 --- a/regress/char/unicode/ascii.out_utf8 +++ b/regress/char/unicode/ascii.out_utf8 @@ -21,7 +21,7 @@ DDEESSCCRRIIPPTTIIOONN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT - ___ LOW LINE + ____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE |