summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/multiline/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* TestMultilineExpr: validate evaluation for expressions that span multiple linesStefan Granitz2018-10-051-5/+0
| | | | | | | | | | | | | | Summary: When LLDB successfully parses a command (like "expression" in this case) and determines incomplete input, the user can continue typing on multiple lines (in this case "2+3"). This should provide the correct result. Note that LLDB reverts input from the additional lines, so they are not present in the output. Reviewers: vsk, davide, aprantl Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D52270 llvm-svn: 343860
* Added a testcase that verifies that multiline expressions work.Sean Callanan2016-05-091-0/+5
llvm-svn: 268971
OpenPOWER on IntegriCloud