🚨 fixed coverage
This commit is contained in:
parent
19647e083c
commit
7ce720b700
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue