google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.78k stars 222 forks source link

Add conformance tests for message equality for CEL. #223

Closed jnthntatum closed 2 years ago

jnthntatum commented 2 years ago

This generally follows the default behavior of the C++ protobuf MessageDifferencer (compare fieldwise, unpacking Any values where possible).