Commit Graph

17 Commits

Author SHA1 Message Date
Chris Hall
05e1c18d3e Improving test for String.string-set!
Issue #94
2018-05-20 13:37:35 +10:00
Chris Hall
74dd861263 Adding test for String.string-set!
Issue #94
2018-05-20 13:29:09 +10:00
Chris Hall
531a7eec1a Adding tests for String str on Bool
Issue #94
2018-05-20 12:49:58 +10:00
Chris Hall
562dfb4062 Adding test for String /=
Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
a373dd6944 Adding test on String =
Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
4d0d1db0b6 Adding test checking empty? against zero
Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
a0e507774d Adding test for String.repeat
Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
4bc3f778f0 Adding test for String.append
Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
9126f24db8 Renaming String.join -> String.concat, and String.join-with to String.join
This naming matches s-el and other languages/libraries.

Issue #94
2018-05-20 12:48:50 +10:00
Chris Hall
35c8dd9bfa Adding tests for String.join and String.join-with
Issue #94
2018-05-20 12:48:50 +10:00
hellerve
ef5d50cad8 core: add Pattern.from-chars, simplify String.split-by 2018-03-13 17:06:14 +01:00
hellerve
da91127563 core: add useful string functions 2018-03-13 12:13:29 +01:00
Erik Svedäng
605a724765 Fixed memory leak in 'from-chars'. 2018-03-12 14:56:05 +01:00
hellerve
41ac52af99 core: fixed behavior of from-chars and ends-with? 2018-01-03 12:50:47 +01:00
hellerve
d32fe4102f core: added a few more functions to stdlib 2018-01-02 18:13:52 +01:00
hellerve
593750ee53 examples: deleted a bunch of outdated examples, moved some to test cases 2017-12-19 17:37:13 +01:00
hellerve
9116d16e4c tests: tested new string functions 2017-12-18 16:19:29 +01:00