diff --git a/analyzers/tests/SonarAnalyzer.TestFramework.Test/TestCases/DummyExpressions.razor b/analyzers/tests/SonarAnalyzer.TestFramework.Test/TestCases/DummyExpressions.razor index b8e495065b9..65c637639c2 100644 --- a/analyzers/tests/SonarAnalyzer.TestFramework.Test/TestCases/DummyExpressions.razor +++ b/analyzers/tests/SonarAnalyzer.TestFramework.Test/TestCases/DummyExpressions.razor @@ -23,7 +23,7 @@ @* ^^^^^^^^^ *@ @* ^^^^^^^^^@-1 *@ -

Nested control structures: @if(RaiseHere() == 42) { @(RaiseHere() + 1) }

@* second issue has wrong location *@ +

Nested control structures: @if(RaiseHere() == 42) { @(RaiseHere() + 1) }

@* ^^^^^^^^^ *@ @* ^^^^^^^^^@-1 *@