Cleanup WIP changes from last commit

This commit is contained in:
Martin Hořeňovský
2025-08-02 10:21:41 +02:00
parent c5e0ef4e67
commit 9b3f508a1b
18 changed files with 73 additions and 75 deletions

View File

@@ -4556,6 +4556,19 @@ Exception.tests.cpp:<line number>: PASSED:
with expansion:
"expected exception" contains: "except" (case insensitive)
-------------------------------------------------------------------------------
Exception thrown inside stringify does not fail the test
-------------------------------------------------------------------------------
ToString.tests.cpp:<line number>
...............................................................................
ToString.tests.cpp:<line number>: PASSED:
CHECK( tos == tos )
with expansion:
{ stringification failed with an exception: "Invalid" }
==
{ stringification failed with an exception: "Invalid" }
-------------------------------------------------------------------------------
Exceptions matchers
-------------------------------------------------------------------------------
@@ -11789,19 +11802,6 @@ String.tests.cpp:<line number>: PASSED:
with message:
sr2.size() == 0
-------------------------------------------------------------------------------
Stringifying bla bla bla
-------------------------------------------------------------------------------
ToString.tests.cpp:<line number>
...............................................................................
ToString.tests.cpp:<line number>: PASSED:
CHECK( tos == tos )
with expansion:
{ stringification failed with an exception: "Invalid" }
==
{ stringification failed with an exception: "Invalid" }
-------------------------------------------------------------------------------
Stringifying char arrays with statically known sizes - char
-------------------------------------------------------------------------------