test: indent continuation lines
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
701f8e4fbd
commit
06ce86c600
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
if [ "$1" = 'actual' ]; then
|
if [ "$1" = 'actual' ]; then
|
||||||
TZ='Europe/Copenhagen' "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-dst" \
|
TZ='Europe/Copenhagen' "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-dst" \
|
||||||
-Q --from 03/24/2019 --to 03/31/2020 --filter-type recur-apt
|
-Q --from 03/24/2019 --to 03/31/2020 --filter-type recur-apt
|
||||||
elif [ "$1" = 'expected' ]; then
|
elif [ "$1" = 'expected' ]; then
|
||||||
cat <<EOD
|
cat <<EOD
|
||||||
03/24/19:
|
03/24/19:
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
if [ "$1" = 'actual' ]; then
|
if [ "$1" = 'actual' ]; then
|
||||||
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
||||||
-Q --from 1/1/1996 --to 12/31/2007 --filter-type recur
|
-Q --from 1/1/1996 --to 12/31/2007 --filter-type recur
|
||||||
echo ""
|
echo ""
|
||||||
echo "Floating point exception?"
|
echo "Floating point exception?"
|
||||||
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
||||||
-Q --day 8/1/2020 --filter-type recur &&
|
-Q --day 8/1/2020 --filter-type recur &&
|
||||||
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
|
||||||
-Q --day 11/1/2020 --filter-type recur &&
|
-Q --day 11/1/2020 --filter-type recur &&
|
||||||
echo "No Floating point exception on November 1, 2020"
|
echo "No Floating point exception on November 1, 2020"
|
||||||
elif [ "$1" = 'expected' ]; then
|
elif [ "$1" = 'expected' ]; then
|
||||||
cat <<EOD
|
cat <<EOD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user