mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 23:52:15 +00:00
🚨 fixed coverage
This commit is contained in:
@@ -463,7 +463,7 @@ class serializer
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
break; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
default: // decode found yet incomplete multi-byte code point
|
||||
|
||||
@@ -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