]> Kevux Git Server - fll/commit
Update: Back port utf string compare unit tests.
authorKevin Day <kevin@kevux.org>
Fri, 31 Mar 2023 04:12:27 +0000 (23:12 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 31 Mar 2023 04:12:27 +0000 (23:12 -0500)
commitf007398012586075431db08d388fc244b521c96d
tree94577e70c464d1b0ca9a1061d3b352f8ff112c8b
parentfd46d4ae77199050f261cf11573d4ca2862db4f5
Update: Back port utf string compare unit tests.

This only back ports unit tests for the functions that are present in 0.6.x.
16 files changed:
level_1/fl_utf/data/build/settings-tests [new file with mode: 0644]
level_1/fl_utf/data/build/testfile [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_compare.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_compare.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_compare_trim.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_compare_trim.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_compare.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_compare.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_compare_trim.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_compare_trim.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_partial_compare.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_partial_compare.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_partial_compare_trim.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf-string_dynamic_partial_compare_trim.h [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf.c [new file with mode: 0644]
level_1/fl_utf/tests/unit/c/test-utf.h [new file with mode: 0644]