aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix reduceOverlap code which creates ranges if inputs are already rangesAndrew Harvey2021-07-051-0/+171
|
* update within range to accept comparing rangesAndrew Harvey2021-07-051-2/+95
|
* within range provide a drop reason and consider parity of numberAndrew Harvey2021-07-011-0/+12
|
* fixes to reduceRangeDuplicates, require two passes for A/B rather than a ↵Andrew Harvey2021-06-303-25/+65
| | | | single pass
* fix within range testAndrew Harvey2021-06-301-0/+28
|
* include units even when was unable to parse as prefix number postfixAndrew Harvey2021-06-301-0/+6
|
* Where one of the range endpoints is mapped with `addr:flats` and the range ↵Andrew Harvey2021-06-181-0/+81
| | | | itself has no `addr:flats` then the range is removed (for example at _116 Anderson Street, South Yarra_)
* test xml entities encodingAndrew Harvey2021-06-151-0/+61
|
* update tests for includeDerivableProperties optionAndrew Harvey2021-06-091-4/+24
|
* test flats inside rangeAndrew Harvey2021-05-151-1/+33
|
* additional unit test covers retaining range midpoint with unitAndrew Harvey2021-05-151-6/+38
|
* fix reduceRangeDuplicates and add testsAndrew Harvey2021-05-151-0/+81
|
* fix units to ranges to deal with complex casesAndrew Harvey2021-05-141-1/+7
|
* handle duplicate units when converting to rangesAndrew Harvey2021-05-141-0/+12
|
* because OSM tag values are limited to 255 characters, implement code to ↵Andrew Harvey2021-05-071-0/+66
| | | | split addr:flats across addr:flatsN
* reduce numbers within a range duplicationAndrew Harvey2021-05-071-0/+107
|
* prefix and suffix support in unitsToRangesAndrew Harvey2021-05-061-0/+48
|
* lib unitsToRangesAndrew Harvey2021-05-051-0/+43
|
* fix unit testAndrew Harvey2021-05-051-1/+0
|
* update testsAndrew Harvey2021-05-043-50/+120
|
* add cluster libraryAndrew Harvey2021-05-041-0/+83
|
* add basic testsAndrew Harvey2021-05-031-0/+49