Tests: Corrected comments

This commit is contained in:
Paul Beckingham 2016-05-10 20:03:28 -04:00
parent 5952652e67
commit cb4afb8d24

View file

@ -11,8 +11,8 @@ echo ' saturday = <9:00 >18:00' >> timewarrior.cfg
echo ' sunday = <9:00 >18:00' >> timewarrior.cfg echo ' sunday = <9:00 >18:00' >> timewarrior.cfg
echo >> timewarrior.cfg echo >> timewarrior.cfg
# Deliberately start and end times that are within the exclusions, to verify # Deliberate start and end times that overlap (but do not enclose) the
# that the times are left intact. # exclusions, to verify that the times are left intact.
timew track 8:31am - 6:29pm foo :quiet timew track 8:31am - 6:29pm foo :quiet
timew export | grep 2900 timew export | grep 2900
timew export | grep 3100 timew export | grep 3100