Skip to content

Commit dcb5c88

Browse files
committed
Function is now plural as it handles multi lines
1 parent fbc6425 commit dcb5c88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ function runTests() {
108108

109109
lineDupBreakCommentRemove: function() {
110110
title = "Duplicate, add break, comment and remove line";
111-
ICEcoder.duplicateLine(1);
111+
ICEcoder.duplicateLines(1);
112112
ICEcoder.addLineBreakAtEnd(2);
113113
ICEcoder.lineCommentToggle();
114114
line2 = cM.getLine(2);
115-
ICEcoder.removeLine(2);
115+
ICEcoder.removeLines(2);
116116
line2Now = cM.getLine(2);
117117
if (line2 == "<!-- <p>Updated</p><br>//-->" && line2Now == "</div>") {
118118
testResult("+ GOOD",title);

0 commit comments

Comments
 (0)