Fix and expand tests for #2723

This commit is contained in:
James Cole
2019-12-26 11:06:38 +01:00
parent c23f16739c
commit fc8400cdf9
20 changed files with 200 additions and 59 deletions

View File

@@ -73,7 +73,7 @@ class NavigationTest extends TestCase
['1M', 0, '2019-01-30', '2019-02-28'], // jump to end of next month.
['1M', 0, '2019-01-31', '2019-02-28'], // jump to end of next month.
['1M', 0, '2019-02-01', '2019-03-01'],
['1M', 1, '2019-02-01', '2019-03-31'], // weird but OK.
['1M', 1, '2019-02-01', '2019-04-01'], // fixed
['1M', 2, '2019-01-01', '2019-04-01'],
['quarter', 0, '2019-01-01', '2019-04-01'],