From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (71-38-131-64.ptld.qwest.net [71.38.131.64]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 6DCD877CC9 for ; Thu, 17 Sep 2015 14:29:17 -0700 (PDT) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com References: <87vbb8rill.fsf@mushroom.localdomain> <20150817152956.eklhad@comcast.net> Date: Thu, 17 Sep 2015 14:32:11 -0700 In-Reply-To: <20150817152956.eklhad@comcast.net> (Karl Dahlke's message of "Thu, 17 Sep 2015 15:29:56 -0400") Message-ID: <87bnd0rauc.fsf@mushroom.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] [Geoff McLane] getting some traction on... X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 21:29:17 -0000 Karl Dahlke writes: > You can completely cut out my preprocessing by commenting out line 131 in html-tidy.c. > That leaves just tidy, to test Ok, so here's what people need to do if they want to test the tidy code. First, pull their repo, check out the issue-65 branch, and build from that instead of master. Next, pull edbrowse. I've added some ifdef blocks that will let you test the experimental code. Rebuild edbrowse, but pass -DHAVE_TIDYSKIPQUOTES in CFLAGS, like so: CFLAGS='-DHAVE_TIDYSKIPQUOTES' make So here's what I've discovered so far. Their fix works beautifully on the basic testcases, both the one in the tidy 5 tests/ subdirectory and the one that Karl posted the other day. But I tried it on a cached page from the fanfiction site, and it is still having some kind of problem. Next step: figure out where it's breaking now and see if we can come up with another test case. -- Chris