Implemented (but not tested) cursor.RuneReader
This commit is contained in:
@ -73,6 +73,7 @@ func testCursor[C cursor.Cursor[byte]](t *testing.T, makeCursor func([]byte) C)
|
||||
test.ErrorIs(t, err, io.EOF)
|
||||
test.EqOp(t, len(data), int(n))
|
||||
}))
|
||||
t.Run("At", Todo)
|
||||
}
|
||||
|
||||
func TestSliceCursor(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user