google / cel-spec

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

Additional conformance tests for accessing a null valued field #352

Closed TristonianJones closed 2 months ago

TristonianJones commented 2 months ago

Ensure that accessing a null valued key is covered within optional tests

Within cel-go there was a bug where the implementation did not match the spec: https://github.com/google/cel-go/issues/937