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

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

[elpa] externals/csharp-mode 45d1e9f 395/459: These are passing again


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 45d1e9f 395/459: These are passing again
Date: Sun, 22 Aug 2021 14:00:09 -0400 (EDT)

branch: externals/csharp-mode
commit 45d1e9f60e2f3967d54b54a33874674340c3decd
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    These are passing again
---
 test-files/indentation-tests.cs | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/test-files/indentation-tests.cs b/test-files/indentation-tests.cs
index e0355f9..d4833da 100644
--- a/test-files/indentation-tests.cs
+++ b/test-files/indentation-tests.cs
@@ -119,11 +119,10 @@ namespace Boo
                 PropB = 2
             };
 
-            // Commented out for rework -- Theodor Thornhill
-            // yield return new InnerA.InnerB {
-            //     PropA = 1,
-            //     PropB = 2
-            // };
+            yield return new InnerA.InnerB {
+                PropA = 1,
+                PropB = 2
+            };
 
             yield return new InnerA
             {
@@ -131,12 +130,11 @@ namespace Boo
                 May = "Yay"
             };
 
-            // Commented out for rework -- Theodor Thornhill
-            // yield return new InnerA.InnerB
-            // {
-            //     Boo = "Foo",
-            //     May = "Yay"
-            // };
+            yield return new InnerA.InnerB
+            {
+                Boo = "Foo",
+                May = "Yay"
+            };
 
             // extra test-cases
 



reply via email to

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