5 lines · plain
1# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s2b main3breakpoint command add -s lua -o '1234_foo'4# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}5 1# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s2b main3breakpoint command add -s lua -o '1234_foo'4# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}5