|
|
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
// TestStatementIndentation.cs
|
|
|
|
|
//
|
|
|
|
|
// Author:
|
|
|
|
@ -948,6 +948,7 @@ do {
@@ -948,6 +948,7 @@ do {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test()] |
|
|
|
|
[Ignore("Crashes due to overlapping changes")] |
|
|
|
|
public void TestForEachBraceForcementRemove () |
|
|
|
|
{ |
|
|
|
|
CSharpFormattingOptions policy = new CSharpFormattingOptions (); |
|
|
|
@ -1104,6 +1105,7 @@ do {
@@ -1104,6 +1105,7 @@ do {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test()] |
|
|
|
|
[Ignore("Crashes due to overlapping changes")] |
|
|
|
|
public void TestIfForcementRemove () |
|
|
|
|
{ |
|
|
|
|
CSharpFormattingOptions policy = new CSharpFormattingOptions (); |
|
|
|
@ -1412,6 +1414,7 @@ if (b) {
@@ -1412,6 +1414,7 @@ if (b) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test()] |
|
|
|
|
[Ignore("Crashes due to overlapping changes")] |
|
|
|
|
public void TestWhileForcementRemove () |
|
|
|
|
{ |
|
|
|
|
CSharpFormattingOptions policy = new CSharpFormattingOptions (); |
|
|
|
|