aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-24Ported tests for collection-related modules.Eduardo Julian16-1173/+1205
2019-03-23Ported tests for format-related modules.Eduardo Julian2-187/+127
2019-03-22Ported tests for text-related modules.Eduardo Julian6-601/+546
2019-03-22Ported tests for number-related modules.Eduardo Julian15-582/+581
2019-03-21- Ported lux/data/bit tests.Eduardo Julian7-332/+346
- Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests.
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian24-220/+220
to avoid confusion since "/" is used for relative module paths.
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2-3/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian14-22/+25
structures.
2019-02-05Integrated tests into normal source code.Eduardo Julian33-0/+3395