Chromium Code Reviews
DescriptionDon't include the trailing \0 of input bytes, in the string representation of source files.
The trailing \0 is an artifact of reading the input source into a buffer
of the size + 1. The \0 is then used by the scanner to identify the end
of the file.
BUG=https://code.google.com/p/dart/issues/detail?id=22667
Patch Set 1 #
Messages
Total messages: 2 (1 generated)
|
|||||||||||||||||||