mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Make reporter lookup case insensitive, registration case preserving
Previously registration was case preserving, but lookup used lowercased reporter name, so a reporter whose name contained upper case character could not be requested by the user.
This commit is contained in:
@@ -177,6 +177,8 @@ new design.
|
||||
* Various ways of failing a benchmark are now counted and reporter properly
|
||||
* The ULP matcher now handles comparing numbers with different signs properly (#2152)
|
||||
* Universal ADL-found operators should no longer break decomposition (#2121)
|
||||
* Reporter selection is properly case-insensitive
|
||||
* Previously it forced lower cased name, which would fail for reporters with upper case characters in name
|
||||
|
||||
|
||||
### Other changes
|
||||
|
Reference in New Issue
Block a user