-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repr of dict-valued select expressions
We need to print `select({'x': {...}}) | {...}` - but were printing the operator as '+' instead of '|'. PiperOrigin-RevId: 676478492 Change-Id: I93a1c6d28f3cc7b768c219d999fc1c347c97c4ff
- Loading branch information
1 parent
1c1dd49
commit d661d7d
Showing
2 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters