]> git.lyx.org Git - features.git/commit
If the ending delimiter is at the end of the file, then the test
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 6 May 2023 19:29:16 +0000 (15:29 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 6 May 2023 22:59:40 +0000 (18:59 -0400)
commit8fac7d70355fefb8c777aeeeb971660b020adf4c
tree63ed8c576cffcb937a8190ddb7a621615738d95e
parente454deba2c2e002214fc9e156cbbbcf3963cddd6
If the ending delimiter is at the end of the file, then the test
    pimpl_->is
will return false no matter what. So we need a different way to
check if the delimiter was found.
src/Lexer.cpp