aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/layout/lines-nogroff.out_ascii
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tbl/layout/lines-nogroff.out_ascii')
-rw-r--r--regress/tbl/layout/lines-nogroff.out_ascii108
1 files changed, 108 insertions, 0 deletions
diff --git a/regress/tbl/layout/lines-nogroff.out_ascii b/regress/tbl/layout/lines-nogroff.out_ascii
new file mode 100644
index 00000000..f7563208
--- /dev/null
+++ b/regress/tbl/layout/lines-nogroff.out_ascii
@@ -0,0 +1,108 @@
+TBL-LAYOUT-LINES-NOGROFF(1) General Commands Manual
+
+NNAAMMEE
+ ttbbll--llaayyoouutt--lliinneess - table cells containing lines, misformatting with groff
+
+DDEESSCCRRIIPPTTIIOONN
+ vline top left:
+
+ |11 12
+ 21 22
+
+ hline and vline top left:
+
+ ---+ 12
+ 21 22
+
+ vline and hline top left:
+
+ +---- 12
+ 21 22
+
+ vline top:
+
+ 11 | 12
+ 21 22
+
+ vline and hline top:
+
+ 11 +----- 13
+ 21 22 23
+
+ hline and vline top:
+
+ 11 -----+ 13
+ 21 22 23
+
+ hline, vline, hline top:
+
+ 11 -----+----- 13
+ 21 22 23 24
+
+ vline top right:
+
+ 11 12 |
+ 21 22
+
+ vline and hline top right:
+
+ 11 +----
+ 21 22
+
+ hline and vline top right:
+
+ 11 -----+
+ 21 22
+
+ double vline top left:
+
+ |11 12
+ 21 22
+
+ hline and double vline top left:
+
+ ---+|12
+ 21 22
+
+ double vline and hline top left:
+
+ +---- 12
+ 21 22
+
+ double vline top:
+
+ 11 ||12
+ 21 22
+
+ double vline and hline top:
+
+ 11 ++---- 13
+ 21 22 23
+
+ hline and double vline top:
+
+ 11 -----+|13
+ 21 22 23
+
+ hline, double vline, hline top:
+
+ 11 -----++---- 13
+ 21 22 23 24
+
+ double vline top right:
+
+ 11 12 |
+ 21 22
+
+ double vline and hline top right:
+
+ 11 ++---
+ 21 22
+
+ hline and double vline top right:
+
+ 11 -----+
+ 21 22
+
+
+OpenBSD June 15, 2017 OpenBSD