aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2012-05-21 00:28:41 -0400
committerStefan Monnier2012-05-21 00:28:41 -0400
commit5814f126ba1b8457c963e91c48a5bfa8108d55ac (patch)
tree7f66b3a794c029056de5479d9c9415f58ed6cfb7 /test
parent9b4ee6166fd8da5f8006a265f775d84e60c15be7 (diff)
downloademacs-5814f126ba1b8457c963e91c48a5bfa8108d55ac.tar.gz
emacs-5814f126ba1b8457c963e91c48a5bfa8108d55ac.zip
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Simplify Maven regexp, and make sure the file can't start with a space. Fixes: debbugs:11517
Diffstat (limited to 'test')
-rw-r--r--test/automated/compile-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el
index ad36c4296b4..ecd0e8856f7 100644
--- a/test/automated/compile-tests.el
+++ b/test/automated/compile-tests.el
@@ -199,6 +199,8 @@
199 ;; maven 199 ;; maven
200 ("FooBar.java:[111,53] no interface expected here" 200 ("FooBar.java:[111,53] no interface expected here"
201 1 53 111 "FooBar.java") 201 1 53 111 "FooBar.java")
202 (" [ERROR] /Users/cinsk/hello.java:[651,96] ';' expected"
203 15 96 651 "/Users/cinsk/hello.java") ;Bug#11517.
202 ;; mips-1 mips-2 204 ;; mips-1 mips-2
203 ("TrimMask (255) in solomon.c may be indistinguishable from TrimMasks (93) in solomo.c due to truncation" 205 ("TrimMask (255) in solomon.c may be indistinguishable from TrimMasks (93) in solomo.c due to truncation"
204 11 nil 255 "solomon.c") 206 11 nil 255 "solomon.c")