mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 11:26:25 +00:00
🚨 fix warnings
This commit is contained in:
@@ -135,7 +135,7 @@ TEST_CASE("lexer class")
|
||||
// store scan() result
|
||||
const auto res = scan_string(s.c_str());
|
||||
|
||||
CAPTURE(s);
|
||||
CAPTURE(s)
|
||||
|
||||
switch (c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user