aboutsummaryrefslogtreecommitdiffstats
path: root/skate/reduce_test.go
Commit message (Collapse)AuthorAgeFilesLines
* reduce: add caseMartin Czygan2021-07-281-0/+6
|
* add bref augment scaffoldMartin Czygan2021-07-271-0/+40
|
* tests: use more sensible namesMartin Czygan2021-07-271-2/+2
|
* move test utilities into testutilMartin Czygan2021-07-271-32/+5
|
* annotate test casesMartin Czygan2021-07-271-5/+12
|
* schema: have issued+accessed (CSLDate) actually omitemptyBryan Newbold2021-07-241-2/+2
| | | | | Similar to TargetCSL, these should be pointer types so they don't get encoded as empty objects when not set.
* reduce: add testMartin Czygan2021-07-141-0/+20
|
* reduce: add csl fieldMartin Czygan2021-07-141-0/+32
|
* reduce: fix off-by-one errorMartin Czygan2021-07-141-1/+1
| | | | duplication detection required a +1 on the index in the ref document
* reduce: temp bug fix for line cutterMartin Czygan2021-07-131-31/+56
| | | | | | | | we wanted to trim whitespace at one point, because values contained the separator values; however this breaks with empty values; move back to not trimming values except for the newline, when requesting the last value; moving forward, we need to clean or reject dirty values or use a different delimiter
* mock out time.Now for testsMartin Czygan2021-07-131-0/+4
|
* use most sensible file nameMartin Czygan2021-07-051-0/+451
* we have map, so we should have reduce