respond to cyrus

This commit is contained in:
Arthur Ozga
2015-08-03 16:03:15 -07:00
parent 9d26b4eb41
commit ae721d3a6f
4 changed files with 47 additions and 37 deletions

View File

@@ -379,7 +379,7 @@ module FourSlashInterface {
}
public DocCommentTemplate(expectedText: string, expectedOffset: number, empty?: boolean) {
FourSlash.currentTestState.verifyDocCommentTemplate(empty ? undefined : { newText: expectedText, offsetInNewText: expectedOffset });
FourSlash.currentTestState.verifyDocCommentTemplate(empty ? undefined : { newText: expectedText, caretOffset: expectedOffset });
}
public noDocCommentTemplate() {