summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-05-21 00:28:41 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-05-21 00:28:41 -0400
commit5814f126ba1b8457c963e91c48a5bfa8108d55ac (patch)
tree7f66b3a794c029056de5479d9c9415f58ed6cfb7 /test
parent9b4ee6166fd8da5f8006a265f775d84e60c15be7 (diff)
downloademacs-5814f126ba1b8457c963e91c48a5bfa8108d55ac.tar.gz
* 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 @@
;; maven
("FooBar.java:[111,53] no interface expected here"
1 53 111 "FooBar.java")
+ (" [ERROR] /Users/cinsk/hello.java:[651,96] ';' expected"
+ 15 96 651 "/Users/cinsk/hello.java") ;Bug#11517.
;; mips-1 mips-2
("TrimMask (255) in solomon.c may be indistinguishable from TrimMasks (93) in solomo.c due to truncation"
11 nil 255 "solomon.c")