Skip to content

Commit

Permalink
Updated DiffViewer example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-CodingClimber committed Mar 31, 2024
1 parent 20153fc commit d5693aa
Showing 1 changed file with 16 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,24 @@
private SideBySideDiffModel? diff;

private string? textA =
@"
unchanged 1
unchanged 2
Huhu 1
test abc test1 abc
deleted
here is a unchanged line
";
@"unchanged 1
unchanged 2
Huhu 1
test abc test1 abc
deleted
here is a unchanged line";

private string? textB =
@"
unchanged 1
unchanged 2
Huhu 2
blub abc test2 abc
new test 1
new test 2
new test 3
here is a unchanged line
but this is new again
";
@"unchanged 1
unchanged 2
Huhu 2
blub abc test2 abc
new test 1
new test 2
new test 3
here is a unchanged line
but this is new again";

private void OnShowDiff()
{
Expand Down

0 comments on commit d5693aa

Please sign in to comment.