assert icon indicating copy to clipboard operation
assert copied to clipboard

A simple assertion library using Go generics

Results 14 assert issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v2` -> `v4` | --- ### Release...

This PR fixes a typo I spotted in the project.

Given that we have `iter.Seq[T]` now, along with things like `maps.Keys`, which returns an `iter.Seq[T]`, it might be nice to have a `SeqContains` function in this library since it would...

I had a failing test in a project I'm working on that I tracked down to what I think is a bug in https://github.com/alecthomas/repr. However, it was exposed by my...