xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/fail_breakpoint_oneline.test (revision b3901ef09c74443c7d9deeb1c140ce6b0ea3f13c)
1# REQUIRES: lua
2# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
3b main
4breakpoint command add -s lua -o '1234_foo'
5# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}
6