go/src/encoding/csv
apocelipes b5b9d24dc3 encoding: use slices and maps to clean up tests
Replace reflect.DeepEqual with slices.Equal/maps.Equal, which is
much faster.

Change-Id: I62ad60a66e28cfb2bb49c36037bafd4b9d201e88
GitHub-Last-Rev: 79554baddb
GitHub-Pull-Request: golang/go#67611
Reviewed-on: https://go-review.googlesource.com/c/go/+/587818
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-07-25 00:23:58 +00:00
..
example_test.go
fuzz_test.go encoding/csv: port the go-fuzz function to native fuzzing 2024-04-05 01:26:13 +00:00
reader.go encoding/csv: clarify that Writer uses different line break than RFC 4180 by default 2024-05-13 21:32:28 +00:00
reader_test.go encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
writer.go encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
writer_test.go