-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(CONTRIBUTING.md): Explain expect-and-review workflow. Fix Debuggi…
…ng section. Debugging section: Move 'gitignore.conf.json' and 'gitignore.input' out of 'test/input' because otherwise they'll become part of output-actual and let tests fail. Even though their names match the respective pattern in the .gitignore file they won't be ignored in the test diffs. This is because the command 'git diff --no-index' used to compare 'output-actual' and 'output-expected' itself ignores .gitignore! Therefore the debug files assumed to be ignored have been included and caused tests to fail.
- Loading branch information
1 parent
19fd039
commit b57231b
Showing
2 changed files
with
94 additions
and
60 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