-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
len: support len-len and value-len cases (#204)
* expected-actual: support len * len: support len-len and value-len cases * len: add disclaimer about not-len-first assetions * len: add TestLenInterface as a proof * len: support []byte/string/raw.Message type conversions * len: empty: add TestBytesReadability * Revert "len: support []byte/string/raw.Message type conversions" This reverts commit e2e1092. * debug: fix typo
- Loading branch information
Showing
17 changed files
with
352 additions
and
162 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
35 changes: 26 additions & 9 deletions
35
analyzer/testdata/src/checkers-default/expected-actual/expected_actual_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.