Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-04-27chore(array2d) overhaul of module and tests (#377)Thijs Schreijer
2021-01-31fix(app) parse values that contain = or :Thijs Schreijer
2021-01-31feat(splitv) add patt and number optionsThijs Schreijer
2021-01-07fix(pretty) do not fail on erroring metamethods (#369)Thijs Schreijer
2021-01-07feat(compat) add a 5.4 compatible "warn" function (#366)Thijs Schreijer
2021-01-06fix(dir.rmtree) remove symlinks without followingThijs Schreijer
2020-10-09chore(permute) move tests to bustedThijs Schreijer
2020-10-09test: Port Date format tests to BustedCaleb Maclennan
2020-10-09test: Port Set test to BustedCaleb Maclennan
2020-10-09test: Port pretty number format test to BustedCaleb Maclennan
2020-10-09test: Port MultiMap test to BustedCaleb Maclennan
2020-10-09test: Port app platform detection to BustedCaleb Maclennan
2020-10-09test: Port test for app invocation info to BustedCaleb Maclennan
2020-10-09test: Port text template test to BustedCaleb Maclennan
2020-10-09test: Port date serialization test to BustedCaleb Maclennan
2020-09-22Allow inheritance of _init from more than one level up (#289)mcclure
2020-08-04fix(lexer) recognize numbers without a leading 0 (#333)Thijs Schreijer
2020-08-04fix(path) path.isabs now properly reports drive+rel.pathThijs
2020-08-04chore(path) refactor tests and add docs to path moduleThijs
2020-08-01fix(strict) minor fixes to strict module (#330)Thijs Schreijer
2020-07-31fix(compat) Lua 5.1 package.search_path implementationThijs
2020-07-30chore(ci) do not use newproxy, deprecated after Lua 5.1Thijs
2020-07-30chore(pretty) added docs on 'write' for alternativesThijs
2020-07-30chore(types) adds tests and additional changelog entryThijs
2020-07-30docs(stringx) updated docs for stringx, mainly examples added (#327)Thijs Schreijer
2020-07-30feat(stringx) count option for overlap (#326)Thijs Schreijer
2020-07-29fix(stringx) rfind skipped the whole substring when looking at the next result.spacewander
2020-07-29chore(*) additional tests and docs for tablex moduleThijs
2020-07-29pl.pretty: fix table write with symbol as key (#319)BuBuaBu
2020-07-28fix(tests) fix tests failing on Lua 5.4Thijs
2020-02-02fix(tests) do not require luacov if not specifiedThijs Schreijer
2019-05-29fix(stringx) rpartition returned bad order args if not foundThijs Schreijer
2019-05-07fix(path) return original casing instead of normalizedThijs Schreijer
2019-04-29fix(stringx) do not append empty string if hit number of matchesThijs Schreijer
2019-01-07fix(map) setdefault will now honor a 'false' valueThijs Schreijer
2019-01-07tests(map) extended tests for the Map objectThijs Schreijer
2019-01-06split test-set.lua in separate files to match modulesThijs Schreijer
2019-01-06rearrange tests to matching module testsThijs Schreijer
2019-01-06rename test files to match the modules testedThijs Schreijer
2019-01-06removed unrelated testsThijs Schreijer
2019-01-06renamed a test file, to match the tested moduleThijs Schreijer
2018-11-28updated pl.app docs, adding examples and testsThijs Schreijer
2018-11-27update `pl.url` docs and test coverageThijs Schreijer
2018-11-27Added tests and bugfixes in types.is_empty, and types.to_boolThijs Schreijer
2018-11-27Fix Windows exit codes in compat.executeThijs Schreijer
2018-11-27increased test coverage and updated docs: compat + utilsThijs Schreijer
2018-11-23Release 1.6.01.6.0Thijs Schreijer
2018-11-22Make tablex.deepcopy and tablex.deepcompare cycle-aware.Hisham Muhammad
2018-11-22Fix vulnerable pattern in pl.stringx.stripHisham Muhammad
2018-09-21Merge pull request #274 from Tieske/unpackPeter Melnichenko