Tests: Code formatting

This commit is contained in:
Paul Beckingham 2016-05-11 00:05:59 -04:00
parent 03a9f9bf07
commit 9c3000a72f

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. bash_tap_ti.sh
echo 'define exclusions:' >> timewarrior.cfg
echo 'define exclusions:' >> timewarrior.cfg
echo ' monday = <9:00 >18:00' >> timewarrior.cfg
echo ' tuesday = <9:00 >18:00' >> timewarrior.cfg
echo ' wednesday = <9:00 >18:00' >> timewarrior.cfg
@ -9,7 +9,7 @@ echo ' thursday = <9:00 >18:00' >> timewarrior.cfg
echo ' friday = <9:00 >18:00' >> timewarrior.cfg
echo ' saturday = <9:00 >18:00' >> timewarrior.cfg
echo ' sunday = <9:00 >18:00' >> timewarrior.cfg
echo >> timewarrior.cfg
echo >> timewarrior.cfg
# Deliberate start and end times that overlap (but do not enclose) the
# exclusions, to verify that the times are left intact.