Browse Source

Fixed tests.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
8bb2301d8e
  1. 10
      ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs

10
ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
//
//
// TestStatementIndentation.cs
//
// Author:
@ -1965,9 +1965,9 @@ if (b) { @@ -1965,9 +1965,9 @@ if (b) {
Test TestMethod ()
{
{
//CMT1
//CMT1
;
/* cmt 2 */
/* cmt 2 */
}
}
}", @"class Test
@ -1993,9 +1993,9 @@ if (b) { @@ -1993,9 +1993,9 @@ if (b) {
Test TestMethod ()
{
{
" + @"#if true
" + @" #if true
;
" + @"#endif
" + @" #endif
}
}
}", @"class Test

Loading…
Cancel
Save