mirror of
https://github.com/nlohmann/json.git
synced 2026-06-24 05:04:16 +00:00
🚨 fixed coverage
This commit is contained in:
@@ -463,7 +463,7 @@ class serializer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break; // LCOV_EXCL_LINE
|
||||||
}
|
}
|
||||||
|
|
||||||
default: // decode found yet incomplete multi-byte code point
|
default: // decode found yet incomplete multi-byte code point
|
||||||
|
|||||||
@@ -11161,7 +11161,7 @@ class serializer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break; // LCOV_EXCL_LINE
|
||||||
}
|
}
|
||||||
|
|
||||||
default: // decode found yet incomplete multi-byte code point
|
default: // decode found yet incomplete multi-byte code point
|
||||||
|
|||||||
Reference in New Issue
Block a user