aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/text (unfollow)
Commit message (Collapse)Author
2023-11-16Finish (text numbers) tests.Hugo Hörnquist
2023-11-16Cleanup swedish word numbers.Hugo Hörnquist
2023-11-16Add procedures for printing big numbers.Hugo Hörnquist
2023-11-16Fix rec advance test.Hugo Hörnquist
2023-11-06Fix wordy numbers in swedish!Hugo Hörnquist
2023-11-06Add new, much shorter tests for swedish numbers.Hugo Hörnquist
These have the same code coverage as the old one, and should contain enough examples to catch all the same cases.
2023-11-06Disable complete swedish number tests.Hugo Hörnquist
It's takes way to long to both compile and run. A shorter test will be added in its place.
2023-11-06Add test suite for swedish numbers.Hugo Hörnquist
This test is gigantic, and takes way to long to run. Preferably disable it during regular operations, and instead write a simpler one which simply fulfills the coverage.
2023-11-06Add tests for (text markup).Hugo Hörnquist
2023-11-06Add proper text calendar.Hugo Hörnquist
Previously the program `cal` was used, this was slow and unreliable.
2023-10-24Fix name of text-util test.Hugo Hörnquist
2023-10-18Add tests for (text util).Hugo Hörnquist
The "true string" procedures are still not tested, since they are way to much work to get right. See comments added in this commit about removing them entirely.
2023-10-18Add tests for (text flow).Hugo Hörnquist