* core/cmd: Adjust math commands * shell: make `?x` commands a parsing failure We have moved the `?x` commands to `%x`, thus now no command should start with `?`. This patch makes the parser fail to parse `?x` strings. * core/tui: use APIs in panels * There's no `%q` anymore, use `%=`
16 lines
191 B
Text
16 lines
191 B
Text
NAME=dbg.cmdbps
|
|
FILE=/bin/ls
|
|
ARGS=-d
|
|
BROKEN=1
|
|
CMDS=<<EOF
|
|
e scr.color=0
|
|
db @ entry0
|
|
e cmd.bp="echo cmd.bp ran"
|
|
dbc "echo bpcmd ran" @ `db~[0]`
|
|
dc
|
|
EOF
|
|
EXPECT=<<EOF
|
|
cmd.bp ran
|
|
bpcmd ran
|
|
EOF
|
|
RUN
|