]> Kevux Git Server - fll/commit
Update: Fix IKI write and add EKI write functions for f_iki. development
authorKevin Day <Kevin@kevux.org>
Thu, 21 Nov 2024 05:24:17 +0000 (23:24 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 21 Nov 2024 05:32:24 +0000 (23:32 -0600)
commit9504063a779e16676ee7a86e1e2c2efd8bfa32fa
tree58a115067d1cd3765901e5ad2285e66e0047dd3e
parentf22d76a470415357d50cbad7b2a1eadcca9dc8e4
Update: Fix IKI write and add EKI write functions for f_iki.

Fix the backslash handling now that I have figured that whole situation out and updated the specifications.

Adding support for the EKI write.

Add more extensive unit tests for both IKI write and EKI write.

I am trying to keep both the IKI write and the IKI write works functions as similar as possible.
The "works" write tests are already big enough anyway.
Implement a separate test for EKI, called `test__f_iki_eki_write__works_for_multiple`, to handle the multiple vocabularies case.
This will be structurally identical to the regular works tests but instead has multiple vocabularies.
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki.h
level_0/f_iki/data/build/settings-tests
level_0/f_iki/tests/unit/c/test-iki-eki_write.c [new file with mode: 0644]
level_0/f_iki/tests/unit/c/test-iki-eki_write.h [new file with mode: 0644]
level_0/f_iki/tests/unit/c/test-iki-read.c
level_0/f_iki/tests/unit/c/test-iki-write.c
level_0/f_iki/tests/unit/c/test-iki.c
level_0/f_iki/tests/unit/c/test-iki.h