We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e10ac commit 6c647afCopy full SHA for 6c647af
1 file changed
t/t0101-at-syntax.sh
@@ -26,8 +26,8 @@ test_expect_success '@{now} shows current' '
26
check_at @{now} two
27
'
28
29
-test_expect_success '@{30.years.ago} shows old' '
30
- check_at @{30.years.ago} one
+test_expect_success '@{2001-09-17} (before the first commit) shows old' '
+ check_at @{2001-09-17} one
31
32
33
test_expect_success 'silly approxidates work' '
0 commit comments