indefero/test/data
Thomas Keller d0e2977746 Add support for line ending detection in our diff parser.
Line endings are now preserved during the diff parsing. When the diff
is then rendered later on, we replace non-printable characters by their
ordinal counterparts, so a user can easily grasp changes when a hunk
comes with edits that might be invisible at first.

The expected format for the diff test suite has changed from serialized
PHP to var_export, which is easier readable, editable and understandable,
while still keeping parsable as well.

Support for old Macintosh line endings could not be added, mainly because
modern SCMs do not support single \r in their unified diff output either
and working around and parsing these "lines" would have been a major
headache with not much outcome (given the fact that all Macs that have been
sold since 2001 or 2002 have been BSD-based and as such used Unix line
endings by default).

This commit fixes issue 636.
2011-10-05 02:44:04 +02:00
..
IDF_DiffTest Add support for line ending detection in our diff parser. 2011-10-05 02:44:04 +02:00
IDF_Scm_MonotoneTest Continue with the mtn interface tests 2011-04-14 00:48:36 +02:00
IDF_Scm_Monotone_ZipRenderTest monotone zip archive entries now all carry the revision date as mtime (issue 645); 2011-03-24 23:54:52 +01:00
IDF_Scm_SvnTest/testAccessHistoryOfRenamedAndDeletedFiles Dropped a few more not needed files. 2011-08-13 01:19:58 +02:00