-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: new test case for parsing multiple commits
- added new test cases for parsing multiple commits from a single message - added fixture file for multiple commits in a single message - changed the order of the expected commits in `multiple-messages` and `1257-breaking-change` fixtures since the order of the commits in the is not reversed anymore
- Loading branch information
Deniz Gökçin
committed
Aug 15, 2024
1 parent
1ab2ab3
commit 61939a8
Showing
2 changed files
with
42 additions
and
6 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
12 changes: 12 additions & 0 deletions
12
test/fixtures/commit-messages/multiple-commits-single-message.txt
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 @@ | ||
feat: adds v4 UUID to crypto | ||
|
||
This adds support for v4 UUIDs to the library. | ||
|
||
fix(utils): unicode no longer throws exception | ||
|
||
- some more stuff | ||
|
||
feat(utils): update encode to support unicode | ||
|
||
- does stuff | ||
- more stuff |