Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contains: support Contains for byte slice #154

Open
Antonboom opened this issue Jun 25, 2024 · 1 comment
Open

contains: support Contains for byte slice #154

Antonboom opened this issue Jun 25, 2024 · 1 comment
Labels
blocked enhancement New feature or request good first issue Good for newcomers

Comments

@Antonboom
Copy link
Owner

Antonboom commented Jun 25, 2024

{Fn: "True", Argsf: `bytes.Contains(b, []byte("a"))`},
{Fn: "False", Argsf: `!bytes.Contains(b, []byte("a"))`},
{Fn: "False", Argsf: `bytes.Contains(b, []byte("a"))`},
{Fn: "True", Argsf: `!bytes.Contains(b, []byte("a"))`},

Is blocked by stretchr/testify#1526

@Antonboom Antonboom added enhancement New feature or request good first issue Good for newcomers labels Jun 25, 2024
@ccoVeille
Copy link
Contributor

Oh that's right but currently being addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants