Commit Graph

7 Commits

Author SHA1 Message Date
21a691fbd1 Use UTF-8 data read from config file #72
- shapes get additional MBCS values
- metadata is already converted for real to use bxstr_t*
2023-04-19 21:06:00 +02:00
b0d3384bd4 Add new "bxstring" module which is meant to evolve into boxes' string abstraction
It handles embedded escape sequences, mbcs encodings, and characters wider than 1 column.
2023-03-26 21:34:44 +02:00
77d02890a7 Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
a3a37b50fc Upgrade project license to GPL-3 #101 2022-09-18 15:00:15 +02:00
4ae947ff99 Extend unit testing capabilities
- Structure unit tests into multiple modules
- Add setup/teardown of fixtures
- Add ability to capture and check stdout and stderr
- Add mock handling to Makefile
2021-10-28 09:01:14 +02:00
729c4e0692 Add two more unit tests on tools.c 2021-10-21 20:49:49 +02:00
a5dae11c4c Add the first cmocka-based unit tests 2021-10-21 20:23:52 +02:00