]> Kevux Git Server - fll/commit
Feature: Add f_iki_write() along with appropriate unit tests.
authorKevin Day <Kevin@kevux.org>
Mon, 18 Nov 2024 04:58:54 +0000 (22:58 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 18 Nov 2024 04:58:54 +0000 (22:58 -0600)
commitd4e5e4dd5c513e47203b77d591fc25e2c23db6bd
tree78f038b797de3bab92aee2b1d2e743eeb7ce7e7f
parent60d4e0c667860574659e9a7966ac0c591054f61a
Feature: Add f_iki_write() along with appropriate unit tests.

The `f_iki_write()` function is missing.

Add appropriate unit tests.

I also need to add tests with existing slashes.
I think I noticed a bug in the IKI read functions regarding slashes and I will investigate that before I add such tests here.

I will write the EKI write functions once I have done further review and fixed the likely IKI read bugs that I believe that I have observed.
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki.h
level_0/f_iki/c/iki/common.h
level_0/f_iki/data/build/settings-tests
level_0/f_iki/tests/unit/c/test-iki-write.c [new file with mode: 0644]
level_0/f_iki/tests/unit/c/test-iki-write.h [new file with mode: 0644]
level_0/f_iki/tests/unit/c/test-iki.c
level_0/f_iki/tests/unit/c/test-iki.h