branch: externals/csharp-mode
commit 45d1e9f60e2f3967d54b54a33874674340c3decd
Author: Theodor Thornhill <[email protected]>
Commit: Theodor Thornhill <[email protected]>
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