Fix a test: (#795)

This test is currently using an invalid map key type (int instead of
string) for indexing and comparing two `null` values. It was valid in
older versions where maps were represented as lists, but became invalid
when we switched to a map type.

Also updated the length check to rule out the case where lists have the
same length, but both are wrong.

Syncs cl/504248137 with some changes.
1 file changed
tree: a1556326b9e2ccbd90ee405a2830695dd5501150
  1. .github/
  2. api_benchmark/
  3. benchmarks/
  4. protobuf/
  5. protoc_plugin/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf