fix: typo

This commit is contained in:
Jacob Kim
2025-07-11 19:58:24 -07:00
parent 528f68d49d
commit 3951eb70f4

View File

@@ -366,7 +366,7 @@ describe("Test myersCharDiff function on the same line", () => {
});
});
describe("Test myersCharDiff function on the same line", () => {
describe("Test myersCharDiff function on different lines", () => {
test("should track line indices for multi-line changes", () => {
const oldContent = ["Line one", "Line two", "Line three"].join("\n");