This is an archive of the discontinued LLVM Phabricator instance.

[clangd][tests] Fix handling of EOF in delimited input
Needs ReviewPublic

Authored by jkorous-apple on Apr 13 2018, 6:07 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Request in delimited input ended by EOF shouldn't be an error state.
Comments should be allowed at the end of test files.
Input mirroring should work for the last request in delimited test file.

Diff Detail