aboutsummaryrefslogtreecommitdiff
path: root/cmp/compare_test.go
AgeCommit message (Expand)Author
2021-09-16Fix spelling mistakes (#271)Joe Tsai
2021-07-22Use sha256 in test (#268)Joe Tsai
2021-07-18Fix textual printing of byte slicesJoe Tsai
2021-05-27Fix staticcheck findings (#262)Joe Tsai
2021-05-24Print as text if mostly text (#258)Joe Tsai
2021-05-24Avoid diffing by lines if inefficient (#260)Joe Tsai
2021-05-24Cleanup edit groups after coalescing (#259)Joe Tsai
2021-03-03Fix reporter verbosity bug (#253)Joe Tsai
2021-03-03De-virtualize interfaces for specialized diffing (#254)Joe Tsai
2020-11-24Impose verbosity limit when formatting map keys (#248)Joe Tsai
2020-09-23Fix license headers (#236)Joe Tsai
2020-08-18Suggest use of cmpopts.EquateErrors (#234)Joe Tsai
2020-07-21Use triple-quote formatting for multiline strings (#229)Joe Tsai
2020-06-22Swallow panic when calling String or Error (#221)Joe Tsai
2020-06-17Update test case names (#218)Joe Tsai
2020-06-12Disambiguate reporter output (#216)Joe Tsai
2020-06-11Limit verbosity of reporter output (#215)Joe Tsai
2020-06-10Limit number of printed differences for variable-length composites (#213)Joe Tsai
2020-06-10Use custom triple-quote syntax for diffing string literals (#212)Joe Tsai
2020-06-10Use raw string literal syntax only for valid UTF-8 (#211)Joe Tsai
2020-06-10Allow batched diffing of slices with a custom comparer (#210)Joe Tsai
2020-06-10Batch reporter output for simple lists of textLine elements (#208)Joe Tsai
2020-06-10Mention minimally supported Go version in TODO (#209)Joe Tsai
2020-06-09Fix exporter to handle nil interface values (#207)Joe Tsai
2020-06-08Avoid leaking implementation details of the exporter (#206)Joe Tsai
2020-05-16Do not use custom format for nil slice (#201)A. Ishikawa
2020-05-13Refactor tests to use golden test files (#200)Joe Tsai
2020-05-13Add reporterTests to TestDiff (#198)178inaba
2019-12-16Add support for comparing graphs (#85)Joe Tsai
2019-11-04Print type name in unexported panic (#171)Joe Tsai
2019-05-27Invoke String when formatting map keys (#142)David Crawshaw
2019-03-11Implement specialized diffing for slices (#131)Joe Tsai
2019-03-11Implement a unified difference reporter (#124)Joe Tsai
2019-02-27Add BenchmarkBytes (#125)Joe Tsai
2019-02-26Evaluate options even if values are invalid (#121)Joe Tsai
2019-02-26Add Values method to PathStep (#119)Joe Tsai
2019-02-25Refactor reporter implementation (#112)Joe Tsai
2019-02-16Derive the default transformer name from the function pointer (#113)Joe Tsai
2019-02-16Always ignore _ fields (#108)Joe Tsai
2018-11-01Bump minimum version to Go1.8 (#50)Joe Tsai
2018-03-27Check for probable infinite recursive cycles (#84)Joe Tsai
2018-01-03Report with primitive types in diffs (#65)Joe Tsai
2017-12-15Adjust Travis CI script (#60)Joe Tsai
2017-12-14Add Transform.Option helper method (#59)Joe Tsai
2017-12-07Fix trivial spelling mistake (#57)Joe Tsai
2017-11-03Add implicit filter to Transformers (#29)Joe Tsai
2017-10-05Explicitly convert assignable nil interface values (#49)Joe Tsai
2017-09-28Use raw literal for string formatting (#46)Joe Tsai
2017-09-28Change diff.Difference to always return an edit-script (#45)Joe Tsai
2017-09-27Elide type assertions on unnamed types (#21)Joe Tsai