Steve Dunham
90e46ef340
Add test case for lexer issue and fix other instance.
2022-09-05 13:47:41 -07:00
Nil Geisweiller
719b5ad17f
[ cleanup ] Remove extraneous show and simplify printLn ( #2618 )
2022-08-10 21:22:58 +01:00
Steve Dunham
a0d9e2bbba
Update tests using base64 utility to also work on macos ( #2536 )
...
* Update tests using base64 utility to also work on macos
* Fix invocation of base64 in refc/buffer test.
2022-07-13 06:46:31 -07:00
Robert Wright
2ee10d9b34
Add Alternating List odds and evens functions
2021-11-10 08:40:25 +00:00
madman-bob
a6a64c6ddf
[ contrib ] Alternating lists of known parity ( #2043 )
2021-10-30 00:12:44 +01:00
Robert Wright
937ab7157c
Add Cast to JSON interface implementations
2021-10-06 18:35:25 +01:00
Robert Wright
8c44f423cc
Add JSON Show as Idris code interface implementation
2021-10-06 18:35:25 +01:00
madman-bob
7a3d557bab
Add copyDir function ( #1805 )
...
Co-authored-by: Stiopa Koltsov <stepan.koltsov@gmail.com>
2021-08-30 16:42:58 +01:00
Tim Engler
be37e5b458
Added "lookupBetween" "leftMost" and "rightMost" to Data.SortedMap
2021-08-10 09:42:53 +01:00
Stiopa Koltsov
9f61e542b4
Move rm -rf to the beginning of the test
...
While the discussion about how to refactor test framework is not
finished (#1654 ), make this change: move `rm -rf build` in the
beginning of the test. For these reasons:
* it is useful to inspect the contents of the `build` directory
especially after the test failure
* if build crashes mid-test (e.g. process killed), next run should
not be affected by the `build` directory from the previous run
2021-07-13 22:54:53 +01:00
stefan-hoeck
181b26b250
[ fix ] broken unicode parsing in JSON
2021-04-22 10:59:14 +01:00