Fixed a recent bug.
This commit is contained in:
parent
86e6628fa1
commit
3574555c3a
|
@ -1412,6 +1412,7 @@ final class Scanner
|
|||
setError("While scanning a double quoted scalar", startMark,
|
||||
"overflow when parsing an escape sequence of "
|
||||
"hexadecimal numbers.", reader_.mark);
|
||||
return;
|
||||
}
|
||||
reader_.sliceBuilder.write(decoded);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue