-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make Combination play nice with recording (#1338)
- Loading branch information
1 parent
664a79a
commit 590641c
Showing
6 changed files
with
57 additions
and
15 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
26 changes: 15 additions & 11 deletions
26
src/Verify.Tests/CombinationTests.RecordingTest.verified.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 |
---|---|---|
@@ -1,14 +1,18 @@ | ||
{ | ||
target: { | ||
1, Smith St : 1 Smith St, | ||
1, Wallace St: 1 Wallace St, | ||
10, Smith St : 10 Smith St, | ||
10, Wallace St: 10 Wallace St | ||
1, Smith St : { | ||
target: 1 Smith St, | ||
key: recorded 1 Smith St | ||
}, | ||
key: [ | ||
1 Smith St, | ||
1 Wallace St, | ||
10 Smith St, | ||
10 Wallace St | ||
] | ||
1, Wallace St: { | ||
target: 1 Wallace St, | ||
key: recorded 1 Wallace St | ||
}, | ||
10, Smith St : { | ||
target: 10 Smith St, | ||
key: recorded 10 Smith St | ||
}, | ||
10, Wallace St: { | ||
target: 10 Wallace St, | ||
key: recorded 10 Wallace St | ||
} | ||
} |
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