Implemented (but not tested) cursor.RuneReader

This commit is contained in:
2024-09-03 16:10:27 -06:00
parent 9b15090171
commit cfeaaa27e3
3 changed files with 39 additions and 7 deletions

View File

@ -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) {