brintos

brintos / llvm-project-archived public Read only

0
0
Text · 353 B · ddc6259 Raw
15 lines · plain
1# Check basic functionality of command regex.2# RUN: %lldb -s %s 2>&1 | FileCheck %s3 4command regex 'Help__'5# CHECK: Enter one or more sed substitution commands in the form6# We need to leave a new line after to end the regex.7s/^$/help/8 9Help__10# CHECK: Debugger commands:11 12command delete Help__13Help__14# CHECK: error: 'Help__' is not a valid command15