aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Write some extra tests.Hugo Hörnquist2022-01-31
|
* Add span-upto.Hugo Hörnquist2022-01-29
|
* Add ~b and ~p flags to datetime parser.Hugo Hörnquist2022-01-29
|
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* let-env now handles non-local exits correctly.Hugo Hörnquist2021-12-20
|
* find-extreme on empty list now an error.Hugo Hörnquist2021-12-20
|
* Merge Javascript rewrite.Hugo Hörnquist2021-12-20
|\
| * Update xcal rrule parser to do as expected.Hugo Hörnquist2021-12-06
| |
| * Fix flat event slice for calendars.Hugo Hörnquist2021-11-08
| | | | | | | | | | | | As noted in the fidd, our simple filter-sorted-stream on event-overlaps? missbehaves in some edge cases. The new system "should" work *fingers crossed*.
* | Document testrunner syntax.Hugo Hörnquist2021-11-08
| |
* | Got coverage tests to work!Hugo Hörnquist2021-11-08
|/ | | | | This makes running the tests quite a bit slower. Especially the more complicated ones such as recurrence-advanced.scm.
* Fix minor syntax error for set/r!Hugo Hörnquist2021-08-30
|
* Allow partial change and removal of XML Namespaces.Hugo Hörnquist2021-08-24
| | | | | | | | | | | | | Changing the error to a returnu allows a partial namespace change map, which can sometimes be usefull (and should hopefully not lead to any issues here). Changing assoc-ref to assoc allows the removal of namespaces, since assoc-ref can't differentiate between a match with #f in its cdr, and no match. (assoc-ref '((a . #f)) 'a) ⇒ #f (assoc-ref '((a . #f)) 'b) ⇒ #f
* Add tests for iCal unknown key warnings.Hugo Hörnquist2021-08-24
|
* Warnings are errors when running tests.Hugo Hörnquist2021-08-24
| | | | Should prevent warnings from slipping through the cracks.
* Slightly improve error handling in test-runner.Hugo Hörnquist2021-08-21
|
* Repair BYDAY output for ical serialization.Hugo Hörnquist2021-08-21
| | | | | | I have no idea why the byday case was commented out while implementing xcal output. Either way it's now fixed, and should hopefully stay fixed with some tests.
* Handle types of xcal rrule.Hugo Hörnquist2021-02-01
|
* Clarify commentary for recurrence tests.Hugo Hörnquist2021-01-14
|
* Rename recurrence files.Hugo Hörnquist2021-01-14
|
* Merge several recurrence test files.Hugo Hörnquist2021-01-14
|
* Fix broken test.Hugo Hörnquist2021-01-13
|
* Add script for displaying test commentaries.Hugo Hörnquist2021-01-13
|
* Add example xcal.Hugo Hörnquist2021-01-13
|
* Add additional parse-endpoint-string tests.Hugo Hörnquist2021-01-13
|
* Clarify event-length/clamped test.Hugo Hörnquist2021-01-13
|
* Add commentary to all test files.Hugo Hörnquist2021-01-13
|
* Add commentary to run-tests.Hugo Hörnquist2021-01-13
|
* Remove x-flag from tests/termios.scmHugo Hörnquist2021-01-13
|
* Add test for Reccurence-ID with different DTSTART type.Hugo Hörnquist2020-09-06
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Repair tests.Hugo Hörnquist2020-08-23
|
* Base64 now free floating top level.Hugo Hörnquist2020-08-23
|
* Split module/server into stuff.Hugo Hörnquist2020-08-17
|
* Fixes.Hugo Hörnquist2020-08-17
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17
|
* Start adding tests for server.Hugo Hörnquist2020-08-12
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Add datetime-.Hugo Hörnquist2020-07-30
|
* Resolve TODO's in test dir.Hugo Hörnquist2020-07-30
|
* Add stream-paginate.Hugo Hörnquist2020-07-30
|
* Merge mod!:s functionality into set!Hugo Hörnquist2020-07-27
|
* Improve opt parsing in test runner.Hugo Hörnquist2020-07-27
|
* Remove badly written performance test.Hugo Hörnquist2020-07-20
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Add preliminary tests for cpp.Hugo Hörnquist2020-07-20
|
* Rename parse component to parse ical.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Rename attributes => properties, properties => parameters.Hugo Hörnquist2020-07-07
|