diff --git a/tests/t1200-pri.sh b/tests/t1200-pri.sh index c504ef0..7d633cc 100755 --- a/tests/t1200-pri.sh +++ b/tests/t1200-pri.sh @@ -53,6 +53,25 @@ TODO: 2 prioritized (C). -- TODO: 3 of 3 tasks shown +>>> todo.sh add "smell the coffee +wakeup" +4 smell the coffee +wakeup +TODO: 4 added. + +>>> todo.sh -p list +1 (B) smell the uppercase Roses +flowers @outside +2 (C) notice the sunflowers +4 smell the coffee +wakeup +3 stop +-- +TODO: 4 of 4 tasks shown +EOF + +cat > todo.txt <>> todo.sh pri 2 A 2 (A) notice the sunflowers TODO: 2 prioritized (A). @@ -73,18 +92,5 @@ TODO: 2 prioritized (A). 1 (B) smell the uppercase Roses +flowers @outside -- TODO: 2 of 3 tasks shown - ->>> todo.sh add "smell the coffee +wakeup" -4 smell the coffee +wakeup -TODO: 4 added. - ->>> todo.sh -p list -2 (A) notice the sunflowers -1 (B) smell the uppercase Roses +flowers @outside -4 smell the coffee +wakeup -3 stop --- -TODO: 4 of 4 tasks shown EOF - test_done