From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: OPatches for org-generic-export Date: Mon, 24 Oct 2011 10:06:49 -0500 Message-ID: <4EA57F09.2040105@real-time.com> References: <1319213609-40770-1-git-send-email-rpgoldman@real-time.com> <0lzkgue0k0.fsf@wjh.hardakers.net> <8762jints7.fsf@gnu.org> <0lr522zbyg.fsf@wjh.hardakers.net> Reply-To: rpgoldman@real-time.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIM7H-0003Gn-LB for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 11:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIM7B-00078J-Ba for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 11:07:07 -0400 Received: from mpls.sift.info ([75.146.46.193]:41445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIM7B-00076Z-68 for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 11:07:01 -0400 In-Reply-To: <0lr522zbyg.fsf@wjh.hardakers.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wes Hardaker Cc: Bastien , emacs-orgmode@gnu.org On 10/24/11 Oct 24 -9:44 AM, Wes Hardaker wrote: >>>>>> On Fri, 21 Oct 2011 19:23:04 +0200, Bastien said: > >>> Glad to see someone tinkering with it! yay! > > B> Could you test Robert's patches against latest Org and report > B> any problem? As the author of the generic exporter, you might > B> spot problems more easily... > > I think they looked fine without intense study, and I trust him to fix > bugs that come his way :-) > > Anyway, I really like the idea of an exporter test regression suite. > Now.... we just need to make that happen! The only challenge I see is the matcher. That is, I can create a test document, based on Jambunathan's, but I don't know the best way to write the tests. I suppose some form of regular expression is The Right Thing. There must be a better solution, though --- I figure someone must have a good way to match text files against expectations. I just don't know what that way is. cheers, r