From f35e9fa594e68fb0570e31bdd9b3234fd2439162 Mon Sep 17 00:00:00 2001 From: Costin Zaharia Date: Fri, 17 May 2024 14:56:59 +0200 Subject: [PATCH] Remove outdated comment --- .../TestCases/DummyExpressions.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *@