mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-03 17:14:47 +02:00

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.