Bug #433 - Missing punctuation in some command output
- Made punctuation consistent throughout the code and addressed a few
broken tests.
This commit is contained in:
@@ -247,7 +247,7 @@ static void parseTask (Task& task, const std::string& after)
|
||||
}
|
||||
}
|
||||
else
|
||||
throw std::string ("Cannot remove creation date");
|
||||
throw std::string ("Cannot remove creation date.");
|
||||
|
||||
// start
|
||||
value = findDate (after, "Started:");
|
||||
|
||||
Reference in New Issue
Block a user