Artifact f17304e594f2e89536473ac016ea3dfc0596169d:
- File test/diff-test-1.wiki — part of check-in [52db049b89] at 2012-12-15 00:59:47 on branch trunk — If the left/right alignment in side-by-side diff becomes too busy and hard for a human to read, then show it simplified: as inserting one side and then deleting the other. (user: drh size: 1837)
Graph Test One
This page contains list of URLs of interesting diffs. Click on all URLs, one by one, to verify the correct operation of the diff logic.
- Multiple edits on a single line. This is an SQLite version update diff. It is a large diff and contains many other interesting features. Scan the whole diff.
- Tricky alignment and multiple edits per line.
- Add a column to a table
- Column alignment with multibyte characters. The edit of a line with multibyte characters is the first chunk.
- Large diff of sqlite3.c. This diff was very slow prior to the preformance enhancement change [9e15437e97].
- A difficult indentation change.
External:
- Code indentation change.
- A complex change (chunk 1) in which the alignment becomes so complex that it is better for clarity to abandon it and just show the left and right sides contiguously.
- An indentation change. See especially lines 2313 and 2317 on the right, that their green indentation addition is left-justified.