aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/text (follow)
Commit message (Collapse)AuthorAge
* Finish (text numbers) tests.Hugo Hörnquist2023-11-16
|
* Cleanup swedish word numbers.Hugo Hörnquist2023-11-16
|
* Add procedures for printing big numbers.Hugo Hörnquist2023-11-16
|
* Fix rec advance test.Hugo Hörnquist2023-11-16
|
* Fix wordy numbers in swedish!Hugo Hörnquist2023-11-06
|
* Add new, much shorter tests for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | These have the same code coverage as the old one, and should contain enough examples to catch all the same cases.
* Disable complete swedish number tests.Hugo Hörnquist2023-11-06
| | | | | It's takes way to long to both compile and run. A shorter test will be added in its place.
* Add test suite for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | | 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.
* Add tests for (text markup).Hugo Hörnquist2023-11-06
|
* Add proper text calendar.Hugo Hörnquist2023-11-06
| | | | Previously the program `cal` was used, this was slow and unreliable.
* Fix name of text-util test.Hugo Hörnquist2023-10-24
|
* Add tests for (text util).Hugo Hörnquist2023-10-18
| | | | | | 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.
* Add tests for (text flow).Hugo Hörnquist2023-10-18