Skip to content

Commit cdbb898

Browse files
committed
fix: remove debug codes
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 6950c24 commit cdbb898

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/SequenceMatcher.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -719,15 +719,3 @@ private function isBJunk(string $b): bool
719719
return isset($this->junkDict[$b]);
720720
}
721721
}
722-
723-
$sm = new SequenceMatcher([], []);
724-
$old = ['a'];
725-
$new = ['a', 'b', 'c'];
726-
727-
$sm->setSeq1($old)->setSeq2($new);
728-
729-
$old = ['a', 'b'];
730-
$new = ['a', 'b', 'c'];
731-
732-
$sm->setSeq1($old)->setSeq2($new);
733-
$sm->getOpcodes();

0 commit comments

Comments
 (0)