From b63c1090c2f3bbe3defa897ef8c651ad3075e64a Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 7 Oct 2015 14:42:57 +0200 Subject: [PATCH] option to avoid incrementing nested comtainers. This is in the GetCDATA function. If the container is script or style and this option is on, avoid bumping nested. This addresses issues #65 (1642186) and #280. All attempts at parsing script data are now abandoned as a bad direction. --- src/lexer.c | 121 +++------------------------------------------------- 1 file changed, 6 insertions(+), 115 deletions(-) diff --git a/src/lexer.c b/src/lexer.c index 40268d3..8477c91 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -1972,111 +1972,6 @@ static Bool ExpectsContent(Node *node) return yes; } -/*\ - * Issue #65 - also see http://tidy.sf.net/issue/1642186 - * Parser too gready over