Documentation ¶
Overview ¶
Package myers implements the Myers diff algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeEdits
deprecated
ComputeEdits returns the diffs of two strings using a simple line-based implementation, like diff.Strings.
Deprecated: this implementation is moribund. However, when diffs appear in marker test expectations, they are the particular diffs produced by this implementation. The marker test framework asserts diff(orig, got)==wantDiff, but ideally it would compute got==apply(orig, wantDiff) so that the notation of the diff is immaterial.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.