mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-10 18:40:49 +02:00
a5fba672e1
Such that
CHECK_THAT( hex_encode(outbuf) Equals("B5D4045C") )
becomes
CHECK_THAT( hex_encode(outbuf), Equals("B5D4045C") )