mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-22 18:02:12 +01:00
Fix a bug in UnorderedEqualsMatcher
Previously a mismatched prefix would be skipped before the actual comparison would be performed. Obviously, it is supposed to be _matching_ prefix that is skipped.
This commit is contained in:
@@ -1096,6 +1096,6 @@ due to unexpected exception with message:
|
||||
Why would you throw a std::string?
|
||||
|
||||
===============================================================================
|
||||
test cases: 212 | 159 passed | 49 failed | 4 failed as expected
|
||||
assertions: 1227 | 1098 passed | 108 failed | 21 failed as expected
|
||||
test cases: 213 | 160 passed | 49 failed | 4 failed as expected
|
||||
assertions: 1228 | 1099 passed | 108 failed | 21 failed as expected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user