Skip to content

Commit

Permalink
Changing test case output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gaschd committed Nov 6, 2024
1 parent f1cb639 commit 4d9be43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Tests/CSharp/CaseSensitivityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,25 @@ End Namespace
",
@"
using System;
namespace Issue1154
{
[CaseSensitive1.Casesensitive1.TestDummyAttribute]
[CaseSensitive1.Casesensitive1.TestDummy]
public partial class UpperLowerCase
{
}
[Casesensitive2.CaseSensitive2.TestDummyAttribute]
[Casesensitive2.CaseSensitive2.TestDummy]
public partial class LowerUpperCase
{
}
[CaseSensitive3.CaseSensitive3.TestDummy]
public partial class SameCase
{
}
}
namespace CaseSensitive1
{
public partial class Casesensitive1
Expand All @@ -135,7 +135,7 @@ public partial class TestDummyAttribute : Attribute
}
}
}
namespace Casesensitive2
{
public partial class CaseSensitive2
Expand All @@ -145,7 +145,7 @@ public partial class TestDummyAttribute : Attribute
}
}
}
namespace CaseSensitive3
{
public partial class CaseSensitive3
Expand Down

0 comments on commit 4d9be43

Please sign in to comment.