[Lldb-commits] [PATCH] D104437: Add test for functions with extended characters.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 21 09:54:13 PDT 2021
teemperor added a comment.
In D104437#2825559 <https://reviews.llvm.org/D104437#2825559>, @nealsid wrote:
> Ah, my grep/find skills clearly failed me :)
>
> Yeah, those tests are exactly the same scenarios. However, if I understand correctly, don't they use the API? I wanted to add some coverage for the shell because I'm making changes to the Editline wrapper, and the existing tests don't appear to cover user input from the command line. But maybe I'm missing how those two tie together. Thanks.
There is also `test/API/iohandler/unicode/TestUnicode.py` which is starting a terminal and enters some unicode stuff :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104437/new/
https://reviews.llvm.org/D104437
More information about the lldb-commits
mailing list