Add additional arguments to lldb-mi args test to make sure arguments with quotes are handled correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm, but probably you should check their real values:
self.expect("arg1"); self.expect("2nd arg"); ...