1
0
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:
ficristo 2017-04-16 14:43:35 +02:00
parent bd392a679b
commit cd78916f6d

View File

@ -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" +