aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a bug when pattern matching against "Error" values.Eduardo Julian2019-04-041-14/+13
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-306-10/+10
|
* Yet more fixes.Eduardo Julian2019-03-302-5/+5
|
* Fixed some more tests.Eduardo Julian2019-03-302-20/+19
|
* Fixed more tests.Eduardo Julian2019-03-299-255/+233
|
* Fixed some tests.Eduardo Julian2019-03-282-64/+71
|
* Ported tests for macro-related modules.Eduardo Julian2019-03-241-64/+1
|
* Ported tests for math-related modules.Eduardo Julian2019-03-241-4/+3
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-2416-1173/+1205
|
* Ported tests for format-related modules.Eduardo Julian2019-03-232-187/+127
|
* Ported tests for text-related modules.Eduardo Julian2019-03-226-601/+546
|
* Ported tests for number-related modules.Eduardo Julian2019-03-2215-582/+581
|
* - Ported lux/data/bit tests.Eduardo Julian2019-03-217-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.
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-1524-220/+220
| | | | to avoid confusion since "/" is used for relative module paths.
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-132-3/+3
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-1114-22/+25
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-0533-0/+3395