aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
...
* commentinoas2023-01-23
|
* add source commentinoas2023-01-23
|
* copy over https://github.com/lpil/gleeunit/blob/main/src/gleeunit_ffi.mjs as ↵inoas2023-01-23
| | | | ./test/gleam_stdlib_test_ffi.mjs; move functions that are not part of the verbatim copy into a separate helper
* backport eunit_progress from gleeunitinoas2023-01-23
|
* fix list testPeter Saxton2023-01-18
|
* decode javascript object as mapsPeter Saxton2023-01-18
|
* add decode1 functionPeter Saxton2023-01-12
|
* add drop function to set modulePeter Saxton2023-01-12
|
* Decode Uint8ArraysLouis Pilfold2023-01-08
|
* add two more unicode testsinoas2022-12-23
|
* fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, ↵inoas2022-12-23
| | | | \r\n and \t
* replace string.to_ints with string.utf_codepoint_to_intinoas2022-12-22
|
* revert unrelated test changesinoas2022-12-22
|
* revert unrelated test changesinoas2022-12-22
|
* testsinoas2022-12-22
|
* add string.to_intsinoas2022-12-22
|
* readd testsinoas2022-12-22
|
* add more test cases for transformMarcin Puc2022-12-22
|
* add test for iterator.transformMarcin Puc2022-12-22
|
* Fix test output format bugLouis Pilfold2022-12-21
|
* Fix JS bugLouis Pilfold2022-12-21
|
* renamed from_base_string to base_parse, added documentation for base_parseshayan javani2022-12-21
|
* added testshayan javani2022-12-21
|
* Remove io testLouis Pilfold2022-12-18
|
* Make list.at return an error given sub-zero indexIvan Habunek2022-12-08
|
* gleam formatinoas2022-11-27
|
* add float.loosely_equalsinoas2022-11-27
|
* v0.25.0Louis Pilfold2022-11-19
|
* `string.split` will now return a list of graphemes if split on an emptyinoas2022-11-06
| | | | string (`""`)
* Remove labels from subtract operator functionsAlex Rothuis2022-11-06
|
* Remove folds from operator function testsAlex Rothuis2022-11-06
|
* Fix formattingAlex Rothuis2022-11-06
|
* Add operator functionsAlex Rothuis2022-11-06
| | | | Allows using operators as functions. Useful in higher order functions or pipes.
* fix list.permutation on lists with non unique item values (#358)inoas2022-10-27
|
* Regex use ucp flag because they use unicode flag (#357)inoas2022-10-27
|
* add list.shuffle (#360)inoas2022-10-27
|
* add test caserikashore2022-10-27
|
* fix regex.scan to work correclty with utf8 stringsinoas2022-10-27
|
* Add testsÉtienne Lévesque2022-10-25
|
* remove apply4 through apply6Étienne Lévesque2022-10-25
|
* add function.applyXÉtienne Lévesque2022-10-25
|
* TCO testing: list module (#340)inoas2022-10-23
|
* test list.sort stabilityJulian Schurhammer2022-10-20
|
* Add `int.{remainder, modulo}` (#342)inoas2022-10-14
|
* port elixir's Integer.floor_divinoas2022-10-10
|
* use should.be_true()/.be_false() instead of should.equal() (#339)inoas2022-09-19
|
* String slice tco (#338)inoas2022-09-19
|
* FormatLouis Pilfold2022-09-15
|
* inspect output syntaxinoas2022-08-11
|
* names, csinoas2022-08-11
|