emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: compilation regexps for perl and weblint]


From: Kevin Ryde
Subject: Re: address@hidden: compilation regexps for perl and weblint]
Date: Sat, 29 Dec 2007 11:52:50 +1100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Vinicius Jose Latorre <address@hidden> writes:
>
> Patterns installed into lisp/progmodes/compile.el.

I've since or at some point also added a pattern for the two-arg form of
the Test module ok() func.

          ;; Or when comparing got/want values,
          ;; # Test 2 got: "xx" (t-compilation-perl-2.t at line 10)
          ;;
          ;; And under Test::Harness they're preceded by progress stuff with
          ;; \r and "NOK",
          ;; ... NOK 1# Test 1 got: "1234" (t/foo.t at line 46)
          ;;
          (compilation-perl--Test2
           "^\\(.*NOK.*\\)?# Test [0-9]+ got:.* (\\([^ \t\r\n]+\\) at line 
\\([0-9]+\\))"
           2 3)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]