source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Improve misleading comment: * Not sure there were any text
@ 2011-11-19 13:29 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2011-11-19 13:29 UTC (permalink / raw)
  To: source

Log Message:
-----------
Improve misleading comment:
* Not sure there were any text nodes, might have been other stuff instead.
* Not sure it was just one node, maybe several were deleted.
* No problem if some nodes were deleted, as long as some valid ones are left.
* We do not leave early, but after cleaning out all the crap.
* We are not "bailing", but we consider the block valid after cleanup.

Modified Files:
--------------
    mdocml:
        mdoc_validate.c

Revision Data
-------------
Index: mdoc_validate.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_validate.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -Lmdoc_validate.c -Lmdoc_validate.c -u -p -r1.178 -r1.179
--- mdoc_validate.c
+++ mdoc_validate.c
@@ -1693,7 +1693,11 @@ post_rs(POST_ARGS)
 		mdoc_node_delete(mdoc, nn);
 	}
 
-	/* Bail out early if a plain text node is found inside .Rs. */
+	/*
+	 * Nothing to sort if only invalid nodes were found
+	 * inside the `Rs' body.
+	 */
+
 	if (NULL == mdoc->last->child)
 		return(1);
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-19 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-19 13:29 mdocml: Improve misleading comment: * Not sure there were any text schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).