fixing regex.

This commit is contained in:
Kazu Yamamoto 2014-03-25 10:35:07 +09:00
parent 9b67baafba
commit a786ad9025
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
(forward-line -1)
(when (looking-at "^\\(OK\\|NG\\)$")
(goto-char (point-min))
(let ((regex "^\\(.*\\):\\([0-9]+\\):\\([0-9]+\\): *\\(.+\\)")
(let ((regex "^\\([^\n\0]*\\):\\([0-9]+\\):\\([0-9]+\\): *\\(.+\\)")
info infos)
(while (re-search-forward regex nil t)
(setq info (ghc-make-hilit-info