bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Add thorough tests to the core API of `Buffer` #33

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

Right now, the movement and edit operations aren't tested properly. We should have a solid test suite here.

elkowar commented 1 year ago

At this point, it's pretty solid! We could consider doing property based testing here, but for now there's at least no big lack of tests anymore