diff options
author | 2011-04-27 11:36:43 -0700 | |
---|---|---|
committer | 2011-04-27 11:36:43 -0700 | |
commit | 9f5df6fa670938a505a64edf1b779b1326311481 (patch) | |
tree | 2c0081a3816b1ba8e580d3120ed2e00e2f9173b5 /t | |
parent | Merge branch 'cn/format-patch-quiet' (diff) | |
parent | date: avoid "X years, 12 months" in relative dates (diff) | |
download | tgif-9f5df6fa670938a505a64edf1b779b1326311481.tar.xz |
Merge branch 'mg/x-years-12-months'
* mg/x-years-12-months:
date: avoid "X years, 12 months" in relative dates
Diffstat (limited to 't')
-rwxr-xr-x | t/t0006-date.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0006-date.sh b/t/t0006-date.sh index 1d4d0a5c7d..f87abb5a06 100755 --- a/t/t0006-date.sh +++ b/t/t0006-date.sh @@ -25,6 +25,7 @@ check_show 37500000 '1 year, 2 months ago' check_show 55188000 '1 year, 9 months ago' check_show 630000000 '20 years ago' check_show 31449600 '12 months ago' +check_show 62985600 '2 years ago' check_parse() { echo "$1 -> $2" >expect |