mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
Correct a test
This commit is contained in:
parent
bd392a679b
commit
cd78916f6d
@ -1133,8 +1133,6 @@ define(function (require, exports, module) {
|
||||
it("should comment/uncomment a block", function () {
|
||||
myEditor.setSelection({line: 1, ch: 4}, {line: 3, ch: 11});
|
||||
|
||||
CommandManager.execute(Commands.EDIT_LINE_COMMENT, myEditor);
|
||||
|
||||
var expectedText = "<html>\n" +
|
||||
" <!--<body>\n" +
|
||||
" <p>Hello</p>\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user