-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from matagus/tests-for-multiple-files-and-stdin
Tests for multiple files and stdin
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
High: | ||
|
||
1, Implement feature A, In Progress, John Doe, High | ||
4, Refactor code, To Do, Jane Doe, High | ||
7, Fix bug C, To Do, Alice Bar, High | ||
9, Another feature, To Do, Jane Doe, High | ||
11, Periodic maintenance, To Do, Jane Doe, High | ||
|
||
Low: | ||
|
||
2, Fix bug B, Done, Jane Doe, Low | ||
5, Deploy to production A and B, To Do, John Doe, Low | ||
8, Write tests for feature A, In Progress, John Doe, Low | ||
10, Another bug, To Do, John Doe, Low | ||
|
||
Medium: | ||
|
||
3, Write tests for feature A, In Progress, John Doe, Medium | ||
6, Write missing documentation for feature A, Done, Peter Foo, Medium | ||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ID,Title,Status,Assignee,Priority | ||
9,Another feature,To Do,Jane Doe,High | ||
10,Another bug,To Do,John Doe,Low | ||
11,Periodic maintenance,To Do,Jane Doe,High |