flow/test
CJ van den Berg c7b46856bb refactor: explicity publish internal helix functions for unittests only
We don't want internal functions in the mode specific extention modules becoming
shared code. To avoid this, mark the functions as private and publish only through
a structure marked clearly as for testing only.

If these functions are useful as shared code they can be moved to the editor module
or else where.
2025-10-10 09:35:44 +02:00
..
tests.zig hx: attempt to add tests in separate file 2025-10-10 09:35:44 +02:00
tests_buffer.zig fix: update Buffer tests for zig-0.15 2025-09-26 21:48:20 +02:00
tests_color.zig Initial public release 2024-02-29 00:00:15 +01:00
tests_helix.zig refactor: explicity publish internal helix functions for unittests only 2025-10-10 09:35:44 +02:00