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

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

[elpa] externals/csharp-mode 7a41dad 318/459: Add attributes to indentat


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 7a41dad 318/459: Add attributes to indentation-tests
Date: Sun, 22 Aug 2021 13:59:52 -0400 (EDT)

branch: externals/csharp-mode
commit 7a41dad68c27d94aaec0e073046692c8283d6e49
Author: Theodor Thornhill <theodor.thornhill@frende.no>
Commit: Theodor Thornhill <theodor.thornhill@frende.no>

    Add attributes to indentation-tests
---
 test-files/indentation-tests.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-files/indentation-tests.cs b/test-files/indentation-tests.cs
index 1a73e88..e0355f9 100644
--- a/test-files/indentation-tests.cs
+++ b/test-files/indentation-tests.cs
@@ -24,13 +24,15 @@ namespace Boo
         }
 
         /// <summary>
-        ///   Codedoc on method-test
+        /// Codedoc on method-test
         /// </summary>
         public void Foo(string a = "hkfdhkd", string b = "bbbbbb")
         {
             // OK!
         }
 
+        [Fact]
+        [Test]
         public void Test()
         {
             if (test)



reply via email to

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