diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-07 20:52:36 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-07 20:52:36 +0000 |
| commit | 74481444abd336419f91e359f5ffe214a0e4e37a (patch) | |
| tree | e91fd7a34d75f1dceef8873c0cb95a6d2fcb3035 /llvm/utils/FileUpdate/FileUpdate.cpp | |
| parent | cf096a431af9f3f99ebe5e467e3d0fdc4fbbd5a9 (diff) | |
| download | bcm5719-llvm-74481444abd336419f91e359f5ffe214a0e4e37a.tar.gz bcm5719-llvm-74481444abd336419f91e359f5ffe214a0e4e37a.zip | |
Add a test sequence for test_expr_commands_can_handle_quotes(self):
# runCmd: command alias print_hi expression printf ("\n\tHi!")
# output:
self.runCmd('command alias print_hi expression printf ("\\n\\tHi!")')
# This fails currently.
self.runCmd('print_hi')
and modify existing test sequences to escape the escape character '\ to prevent it
from being interpreted by Python before passing on to the lldb command interpreter.
llvm-svn: 121183
Diffstat (limited to 'llvm/utils/FileUpdate/FileUpdate.cpp')
0 files changed, 0 insertions, 0 deletions

