|
|
|
@ -71,14 +71,5 @@ namespace XmlEditor.Tests.Editor
@@ -71,14 +71,5 @@ namespace XmlEditor.Tests.Editor
|
|
|
|
|
|
|
|
|
|
Assert.AreEqual(expectedText, textDocument.Text); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
|
public void CursorIsJustBeforeChildEndElementEndTagAfterIndent() |
|
|
|
|
{ |
|
|
|
|
int line = 3; |
|
|
|
|
int column = 2; |
|
|
|
|
Location expectedLocation = new Location(column, line); |
|
|
|
|
Assert.AreEqual(expectedLocation, textEditor.Caret.Position); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|