fixing regex.
This commit is contained in:
parent
9b67baafba
commit
a786ad9025
@ -94,7 +94,7 @@
|
|||||||
(forward-line -1)
|
(forward-line -1)
|
||||||
(when (looking-at "^\\(OK\\|NG\\)$")
|
(when (looking-at "^\\(OK\\|NG\\)$")
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(let ((regex "^\\(.*\\):\\([0-9]+\\):\\([0-9]+\\): *\\(.+\\)")
|
(let ((regex "^\\([^\n\0]*\\):\\([0-9]+\\):\\([0-9]+\\): *\\(.+\\)")
|
||||||
info infos)
|
info infos)
|
||||||
(while (re-search-forward regex nil t)
|
(while (re-search-forward regex nil t)
|
||||||
(setq info (ghc-make-hilit-info
|
(setq info (ghc-make-hilit-info
|
||||||
|
Loading…
Reference in New Issue
Block a user