mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8d784b2bde352e172d0c7eaeb3907c3729d17dd8
Follow up to #26932 For regular rows, we're increasing the index by one to skip past the last trailing newline character which acts a boundary. For length encoded rows we shouldn't skip an extra byte because it'll leave us missing one. This only accidentally worked because this was also the end of the current chunk which tests don't account for since we're just passing through the chunks. So I added some noise by splitting and joining the chunks so that this gets tested. DiffTrain build for commit https://github.com/facebook/react/commit/a1723e18fd42e67d610adb0107c9015319613bd7.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%