-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kepub/kobotest: Switch diff library, improve tree formatting and gene…
…ration * Use gotextdiff (i.e. golang.org/x/tools/internal/lsp/diff) instead of go-diff. * Better chunking for our input. * No external dependencies. * Dim node type label text. * Change output colors. * Show all removals/insertions. * Prefix TextNode contents. * Hide quotes for TextNode text when there isn't leading or trailing whitespace. * Improve TextNode indentation. * Add blank lines around groups of TextNodes.
- Loading branch information
Showing
3 changed files
with
86 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters