[][src]Module goldenfile::differs

Functions for comparing files.

Functions

binary_diff

Panic if binary files differ with some basic information about where they differ.

text_diff

Compare unicode text files. Print a colored diff and panic on failure.

Type Definitions

Differ

A function that displays a diff and panics if two files to not match.