All skills
Skillintermediate

Diff algorithm tests

Tests are specified as

Claude Code Knowledge Pack7/10/2026

Overview

Diff algorithm tests

Tests are specified as


---

---

--- is the delimeter, and surrounding whitespace will be trimmed.

The expected diff can be generated with the displayDiff function.

We make this explicit instead of comparing to the output of myersDiff in case the output from that is either unattainable or not exactly what we want.

In order to generate the expected diff, you can first leave it empty and then run the test. The test will catch this and write the computed diff to the test file. It is up to you to correct this to the expected diff.