mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 17:35:39 +02:00
Allow quotes in CAPTURE arguments (#1608)
* Allow quotes in CAPTURE arguments Fix CAPTURE to handle string and character literals properly
This commit is contained in:

committed by
Martin Hořeňovský

parent
979bbf03bb
commit
9c741fe960
@@ -1299,6 +1299,6 @@ due to unexpected exception with message:
|
||||
Why would you throw a std::string?
|
||||
|
||||
===============================================================================
|
||||
test cases: 265 | 198 passed | 63 failed | 4 failed as expected
|
||||
assertions: 1448 | 1303 passed | 124 failed | 21 failed as expected
|
||||
test cases: 266 | 199 passed | 63 failed | 4 failed as expected
|
||||
assertions: 1449 | 1304 passed | 124 failed | 21 failed as expected
|
||||
|
||||
|
Reference in New Issue
Block a user