index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
add two more unicode tests
inoas
2022-12-23
*
fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, \r\n...
inoas
2022-12-23
*
replace string.to_ints with string.utf_codepoint_to_int
inoas
2022-12-22
*
revert unrelated test changes
inoas
2022-12-22
*
revert unrelated test changes
inoas
2022-12-22
*
tests
inoas
2022-12-22
*
add string.to_ints
inoas
2022-12-22
*
readd tests
inoas
2022-12-22
*
add more test cases for transform
Marcin Puc
2022-12-22
*
add test for iterator.transform
Marcin Puc
2022-12-22
*
Fix test output format bug
Louis Pilfold
2022-12-21
*
Fix JS bug
Louis Pilfold
2022-12-21
*
renamed from_base_string to base_parse, added documentation for base_parse
shayan javani
2022-12-21
*
added test
shayan javani
2022-12-21
*
Remove io test
Louis Pilfold
2022-12-18
*
Make list.at return an error given sub-zero index
Ivan Habunek
2022-12-08
*
gleam format
inoas
2022-11-27
*
add float.loosely_equals
inoas
2022-11-27
*
v0.25.0
Louis Pilfold
2022-11-19
*
`string.split` will now return a list of graphemes if split on an empty
inoas
2022-11-06
*
Remove labels from subtract operator functions
Alex Rothuis
2022-11-06
*
Remove folds from operator function tests
Alex Rothuis
2022-11-06
*
Fix formatting
Alex Rothuis
2022-11-06
*
Add operator functions
Alex Rothuis
2022-11-06
*
fix list.permutation on lists with non unique item values (#358)
inoas
2022-10-27
*
Regex use ucp flag because they use unicode flag (#357)
inoas
2022-10-27
*
add list.shuffle (#360)
inoas
2022-10-27
*
add test case
rikashore
2022-10-27
*
fix regex.scan to work correclty with utf8 strings
inoas
2022-10-27
*
Add tests
Étienne Lévesque
2022-10-25
*
remove apply4 through apply6
Étienne Lévesque
2022-10-25
*
add function.applyX
Étienne Lévesque
2022-10-25
*
TCO testing: list module (#340)
inoas
2022-10-23
*
test list.sort stability
Julian Schurhammer
2022-10-20
*
Add `int.{remainder, modulo}` (#342)
inoas
2022-10-14
*
port elixir's Integer.floor_div
inoas
2022-10-10
*
use should.be_true()/.be_false() instead of should.equal() (#339)
inoas
2022-09-19
*
String slice tco (#338)
inoas
2022-09-19
*
Format
Louis Pilfold
2022-09-15
*
inspect output syntax
inoas
2022-08-11
*
names, cs
inoas
2022-08-11
*
simplify code
inoas
2022-08-11
*
single pass proper/improper list inspection
inoas
2022-08-11
*
naming
inoas
2022-08-11
*
//erl[1,2|3] output for inspecting improper Erlang lists
inoas
2022-08-11
*
check for improper lists on erlang only
inoas
2022-08-11
*
2 dots instead of 3
inoas
2022-08-11
*
Use different syntax for improper lists
Louis Pilfold
2022-08-10
*
inclusive list.range and iterator.range
Robert Attard
2022-07-27
*
Make list.range tail recursive
Louis Pilfold
2022-07-25
[next]