-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Integrations tests need to always test the actual output - file.golden wasn't a golden file - covered quoting around the option
- Loading branch information
Showing
7 changed files
with
70 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
could not read file this file does not exist.txt: open this file does not exist.txt: no such file or directory |
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,10 @@ | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file |
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,10 @@ | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file | ||
from-an-existing-file |
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 @@ | ||
file: no file path given |
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
@jorinvo now that all the tests check the actual output of the binary I could catch this. It wasn't obvious :)