summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Commands/command-regex-delete.test
blob: ddc6259a9c935a38eb7b9c3d91be2f5fee23a2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Check basic functionality of command regex.
# RUN: %lldb -s %s 2>&1 | FileCheck %s

command regex 'Help__'
# CHECK: Enter one or more sed substitution commands in the form
# We need to leave a new line after to end the regex.
s/^$/help/

Help__
# CHECK: Debugger commands:

command delete Help__
Help__
# CHECK: error: 'Help__' is not a valid command
OpenPOWER on IntegriCloud