cessen / str_indices

Count and convert between various ways of indexing utf8 string slices.
Apache License 2.0
16 stars 5 forks source link

Add property tests. #4

Closed cessen closed 2 years ago

cessen commented 2 years ago

There are basic unit tests included already, but given some of the corner-cases that can potentially come up it would be a good idea to add a property testing suite as well.

cessen commented 2 years ago

Implemented in 833a0480ea0cbb5063924446c2630da9d95dd8b8 and bb4eb56544317bd8df92da39f751326938a74fbe.