Module cuttlefish_diff

Data Types

option()

option() = {skip_funs, boolean()} | {atom_quoting, strict | loose}

options()

options() = [option()]

Function Index

render_normalised/1Produces a deterministic, sorted, printable string for the output of cuttlefish_generator:map/2.
render_normalised/2

Function Details

render_normalised/1

render_normalised(Config::[proplists:property()]) -> iolist()

Produces a deterministic, sorted, printable string for the output of cuttlefish_generator:map/2. Two outputs that should be equivalent under the schema produce identical strings; any real difference shows up as a localised line-level diff.

render_normalised/2

render_normalised(Config::[proplists:property()], Options::options()) -> iolist()


Generated by EDoc