emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/csharp-mode 396b5e9b32: Simplify regexp.


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 396b5e9b32: Simplify regexp.
Date: Mon, 4 Jul 2022 08:57:34 -0400 (EDT)

branch: externals/csharp-mode
commit 396b5e9b32bb58c9f984a03f5075455af87f7307
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Simplify regexp.
    
    Work with output from dotnet test.
---
 csharp-compilation.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/csharp-compilation.el b/csharp-compilation.el
index 72aaa0a406..78338a709d 100644
--- a/csharp-compilation.el
+++ b/csharp-compilation.el
@@ -90,11 +90,6 @@
 
 (defconst csharp-compilation-re-dotnet-testfail
   (concat
-   "^[[:blank:]]+X \\(?:.+\n\\)"
-   "[[:blank:]]+Error Message:\n"
-   "[[:blank:]]+\\(?:.+\n\\)"
-   "\\(?:^Expected: \\(?:.+\n\\)\\)?"
-   "\\(?:^Actual: \\(?:.+\n\\)\\)?"
    "[[:blank:]]+Stack Trace:\n"
    "[[:blank:]]+at [^\n]+ in \\([^\n]+\\):line \\([0-9]+\\)"))
 



reply via email to

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