mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-23 13:39:34 +01:00
The ostream passed as reference to `hexEscapeChar` is manipulated and its original state not restored. This fixes it. Seen via coverity in a downstream project.