Fixed a recent bug.

This commit is contained in:
Ferdinand Majerech 2014-07-25 16:54:46 +02:00
parent 86e6628fa1
commit 3574555c3a

View file

@ -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);
}