From 2a7ad7cc27a054ffb9b426860d023ebc687b10c9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 4 Jan 2011 15:02:00 +0000 Subject: Support `T{' and `T}' data blocks. When a standalone `T{' is encountered as a line's last data cell, move into TBL_PART_CDATA mode whilst leaving the cell's designation as TBL_DATA_NONE. When new data arrives that's not a standalone `T}', append it to the cell contends. Close out and warn appropriately. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 63b778f4..2be68a93 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.134 2011/01/04 12:06:21 kristaps Exp $ */ +/* $Id: main.c,v 1.135 2011/01/04 15:02:00 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -190,6 +190,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "no table layout cells specified", "no table data cells specified", "ignore data in cell", + "data block still open", "input stack limit exceeded, infinite loop?", "skipping bad character", -- cgit v1.2.3-56-ge451