commit | 60c932dfc87dba45576a56ae8c007d566a177e1b | [log] [tgz] |
---|---|---|
author | Lisa Suzuki <[email protected]> | Tue Aug 29 08:45:38 2017 |
committer | Commit Bot <[email protected]> | Tue Aug 29 08:45:38 2017 |
tree | 6c9f3e2c204dba2e9bd87d7614a75b1d6ea175a8 | |
parent | 2044a85df703188ab8183a6f8f0fa7970dbf0cb9 [diff] |
idl_parser: Improve error message of pattern match based tests Made a mismatch error message easier to read. - Before this CL, if a pattern match fails, an error message was displayed like this: AssertionError: Mismatched tree at line 5: Operation() = "foo"VS Operation(foo) - After this CL, an error message is displayed like this: AssertionError: Mismatched tree at line 5: [EXPECTED] Operation() = "foo" [ACTUAL] Operation(foo) Change-Id: I6895131d139595b522caf272620aaee473424db3 Reviewed-on: https://chromium-review.googlesource.com/640236 Reviewed-by: Hitoshi Yoshida <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Reviewed-by: Yuki Shiino <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Commit-Queue: Lisa Suzuki <[email protected]> Cr-Commit-Position: refs/heads/master@{#498052}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .