-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33c517e
commit 6b0f473
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[33m[stage-1] [0m[94m[94mRunning tests for Stage #1: init[0m[0m | ||
[33m[stage-1] [0m[94m[94m$ echo "dog" | ./your_grep.sh -E "d"[0m[0m | ||
[33m[stage-1] [0m[92m[92m✓ Received exit code 0.[0m[0m | ||
[33m[stage-1] [0m[94m[94m$ echo "dog" | ./your_grep.sh -E "f"[0m[0m | ||
[33m[stage-1] [0m[91m[91mexpected exit code 1, got 0[0m[0m | ||
[33m[stage-1] [0m[91m[91mTest failed (try setting 'debug: true' in your codecrafters.yml to see more details)[0m[0m | ||
[33m[stage-1] [0m[94mRunning tests for Stage #1: init[0m | ||
[33m[stage-1] [0m[94m$ echo "dog" | ./your_grep.sh -E "d"[0m | ||
[33m[stage-1] [0m[92m✓ Received exit code 0.[0m | ||
[33m[stage-1] [0m[94m$ echo "dog" | ./your_grep.sh -E "f"[0m | ||
[33m[stage-1] [0m[91mexpected exit code 1, got 0[0m | ||
[33m[stage-1] [0m[91mTest failed (try setting 'debug: true' in your codecrafters.yml to see more details)[0m |