mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🚨 fixed coverage
This commit is contained in:
@ -11161,7 +11161,7 @@ class serializer
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
break; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
default: // decode found yet incomplete multi-byte code point
|
||||
|
Reference in New Issue
Block a user