[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Commands / command-regex-delete.test
blobddc6259a9c935a38eb7b9c3d91be2f5fee23a2fb
1 # Check basic functionality of command regex.
2 # RUN: %lldb -s %s 2>&1 | FileCheck %s
4 command regex 'Help__'
5 # CHECK: Enter one or more sed substitution commands in the form
6 # We need to leave a new line after to end the regex.
7 s/^$/help/
9 Help__
10 # CHECK: Debugger commands:
12 command delete Help__
13 Help__
14 # CHECK: error: 'Help__' is not a valid command