From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: web-mode.el Date: Fri, 15 Jun 2012 11:23:31 +0200 Message-ID: References: <4FD9313D.70303@yandex.ru> <871ulh3rdt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1339752301 17481 80.91.229.3 (15 Jun 2012 09:25:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2012 09:25:01 +0000 (UTC) Cc: cyd@gnu.org, emacs-devel@gnu.org, Stefan Monnier , Dmitry Gutov To: Vitalie Spinu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 11:24:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SfSlX-0001B8-S6 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2012 11:24:27 +0200 Original-Received: from localhost ([::1]:59072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfSlX-0000m5-N7 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2012 05:24:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfSlQ-0000lx-Cz for emacs-devel@gnu.org; Fri, 15 Jun 2012 05:24:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfSlK-0003LV-9X for emacs-devel@gnu.org; Fri, 15 Jun 2012 05:24:19 -0400 Original-Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:39812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfSlB-0003Kd-GF; Fri, 15 Jun 2012 05:24:05 -0400 Original-Received: by lahi5 with SMTP id i5so2288180lah.0 for ; Fri, 15 Jun 2012 02:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Wo4yv8GMlL+oQDR0C+mvycSoYRoQq3YfrF4nuCaXovs=; b=muLkV/f1W8PBDqmXxhPBbhdyNYNx13O+U4YwDb3UsqIWVAxHyagaU6z53lCKS2D/3H nMLBpt1kjh7hphTUwXZQUTdvzxgiemO9ntaEyiF1OwBPHqi7UWK3CSzKuYqsHtDTGB7p Lx1MZf5RXSVrHPLw3FxD4ed0ODXvbr6Fz9COMzGQkZqSkcoLjCNj3tt40/0FmkC4Wijx 0tGEbRdBopVLfB8Fze1apXTP5wEUBwLepP7aiCbxNQJ4rQpt0gMBmjCeV0pyx9RDbYf3 Ofn+baDOeZquQ2q42loHIUyszKAXaEwb2YKjv2prrMjGUwuXCsyf7KMs9PaS2i3ftRsW ghHQ== Original-Received: by 10.152.122.116 with SMTP id lr20mr4788073lab.42.1339752242264; Fri, 15 Jun 2012 02:24:02 -0700 (PDT) Original-Received: by 10.112.41.99 with HTTP; Fri, 15 Jun 2012 02:23:31 -0700 (PDT) In-Reply-To: <871ulh3rdt.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150959 Archived-At: On Fri, Jun 15, 2012 at 10:34 AM, Vitalie Spinu wrote: > > Dmitry suggested collecting test cases. That would be great for > comparing multi modes head to head. Where can I find really difficult > ones? I have been collecting some test cases from the bug reports to nXhtml/MuMaMo. There are unit tests for most of them. Those tests are distributed with nXhtml (and there are even menu entries to run them). Please look at the versions in the repository: http://bazaar.launchpad.net/~nxhtml/nxhtml/main/files/head:/tests/ Perhaps you want to try to generalize the unit tests to work for other multi major mode frameworks too?