Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: improve output for choosing tests (#352)
Summary: - Move the user's response to the end of the line. It was previously on a new line. - Remove some unmatched double quotes, and some strange colons. - Prompt on stderr. - Add two blank link between test cases. Before this commit: ``` [warn] isogram: missing 2 test cases The following test case is missing:" { (omitted for clarity) }: Do you want to include the test case ([y]es/[n]o/[s]kip)?: s [warn] kindergarten-garden: missing 3 test cases ``` With this commit: ``` [warn] isogram: missing 2 test cases The following test case is missing: { (omitted for clarity) } Do you want to include the test case ([y]es/[n]o/[s]kip)? s [warn] kindergarten-garden: missing 3 test cases ```
- Loading branch information