Skip to content

Commit

Permalink
SLVS-1600 Remove no longer used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Jan 10, 2025
1 parent d5f4c21 commit 47ada12
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,9 @@ same 1</Paragraph>
[TestMethod]
public void TranslateHtmlToXaml_DataDiffWithAngleBracket_XMLParsable()
{
IRuleHelpXamlTranslator testSubject = CreateTestSubject();

var testSubject = CreateTestSubject();
var compliantText = "#include &lt;vector&gt;";
var nonCompliantText = "#include &lt;vector&gt;";

var compliantXaml = @"#include &lt;vector&gt;";

var noncompliantXaml = @"#include &lt;vector&gt;";

var htmlText = $"<pre data-diff-type=\"compliant\" data-diff-id=\"1\">{compliantText}</pre>\n<pre data-diff-type =\"noncompliant\" data-diff-id=\"1\">{nonCompliantText}</pre>";

var expectedText = @"<Section xml:space=""preserve"" Style=""{DynamicResource Pre_Section}"">
Expand Down

0 comments on commit 47ada12

Please sign in to comment.