-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Convert tests to print format instead of using the GUI
- Loading branch information
1 parent
9debe3e
commit 3463443
Showing
30 changed files
with
277 additions
and
394 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
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 was deleted.
Oops, something went wrong.
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,12 @@ | ||
# File: [First Group/First Tab](, 1,2, 0 "Open First Group/First Tab") | ||
1: [Search term](, 1,2, 1 "Open First Group/First Tab at line number 1") | ||
. | ||
3: [search term](, 1,2, 3 "Open First Group/First Tab at line number 3") | ||
. | ||
6: [search term](, 1,2, 6 "Open First Group/First Tab at line number 6") at the start of the line | ||
.. | ||
11: [search is in this line but the actual search term](, 1,2, 11 "Open First Group/First Tab at line number 11") is in the middle | ||
.. | ||
17: This line has underscores around _[search term_ and "search term](, 1,2, 17 "Open First Group/First Tab at line number 17")" has double quotes | ||
18: This line has the [search term in multiple times... search term](, 1,2, 18 "Open First Group/First Tab at line number 18") | ||
19: [Search term the search term with the search term](, 1,2, 19 "Open First Group/First Tab at line number 19") |
This file was deleted.
Oops, something went wrong.
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,21 @@ | ||
# File: [First Group/First Tab](, 1,2, 0 "Open First Group/First Tab") | ||
1: [Search term](, 1,2, 1 "Open First Group/First Tab at line number 1") | ||
2 line 2 | ||
3: [search term](, 1,2, 3 "Open First Group/First Tab at line number 3") | ||
4 | ||
5 line 5 | ||
6: [search term](, 1,2, 6 "Open First Group/First Tab at line number 6") at the start of the line | ||
7 line 7 | ||
8 line 8 | ||
9 line 9 | ||
10 line 10 | ||
11: [search is in this line but the actual search term](, 1,2, 11 "Open First Group/First Tab at line number 11") is in the middle | ||
12 | ||
13 | ||
.. | ||
15 line 15 | ||
16 | ||
17: This line has underscores around _[search term_ and "search term](, 1,2, 17 "Open First Group/First Tab at line number 17")" has double quotes | ||
18: This line has the [search term in multiple times... search term](, 1,2, 18 "Open First Group/First Tab at line number 18") | ||
19: [Search term the search term with the search term](, 1,2, 19 "Open First Group/First Tab at line number 19") | ||
20 The "newline at end of file" is not printed due to str.splitlines. |
This file was deleted.
Oops, something went wrong.
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,21 @@ | ||
# File: [First Group/First Tab](, 1,2, 0 "Open First Group/First Tab") | ||
1: [Search term](, 1,2, 1 "Open First Group/First Tab at line number 1") | ||
2 line 2 | ||
3: [search term](, 1,2, 3 "Open First Group/First Tab at line number 3") | ||
4 | ||
5 line 5 | ||
6: [search term](, 1,2, 6 "Open First Group/First Tab at line number 6") at the start of the line | ||
7 line 7 | ||
8 line 8 | ||
9 line 9 | ||
10 line 10 | ||
11: [search is in this line but the actual search term](, 1,2, 11 "Open First Group/First Tab at line number 11") is in the middle | ||
12 | ||
13 | ||
.. | ||
15 line 15 | ||
16 | ||
17: This line has underscores around _[search term_ and "search term](, 1,2, 17 "Open First Group/First Tab at line number 17")" has double quotes | ||
18: This line has the [search term in multiple times... search term](, 1,2, 18 "Open First Group/First Tab at line number 18") | ||
19: [Search term the search term with the search term](, 1,2, 19 "Open First Group/First Tab at line number 19") | ||
20 The "newline at end of file" is not printed due to str.splitlines. |
Oops, something went wrong.