-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ninthclowd/master
Adds WithDescription option to Match(), allowing multiple gold files in the same test
- Loading branch information
Showing
5 changed files
with
53 additions
and
2 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 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 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,11 @@ | ||
# Generated by goldga. DO NOT EDIT. | ||
[snapshots] | ||
"Options WithDescription should append a description to the test name, allowing multiple gold files per test (First Gold File)" = ''' | ||
(string) (len=3) "foo" | ||
''' | ||
"Options WithDescription should append a description to the test name, allowing multiple gold files per test (Second Gold File)" = ''' | ||
(string) (len=3) "bar" | ||
''' | ||
"Options WithDescription should append a description to the test name, allowing multiple gold files per test (Third Gold File)" = ''' | ||
(string) (len=6) "foobar" | ||
''' |