Skip to content

Commit

Permalink
fix(fixtures): strip the carriage return on fixtures while comparing
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 7, 2021
1 parent c8d288c commit d7e8ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/.github/fixtures
cat output.md
diff output.md expected.md
diff --strip-trailing-cr output.md expected.md

0 comments on commit d7e8ce2

Please sign in to comment.