18 lines
226 B
Text
18 lines
226 B
Text
NAME=bitmask cmp data
|
|
FILE==
|
|
CMDS=<<EOF
|
|
b 16
|
|
wx 414243
|
|
e scr.null=1
|
|
cx 41..43 2>/dev/null
|
|
e scr.null=0
|
|
%! echo thats fine
|
|
e scr.null=1
|
|
cx 41..11 2>/dev/null
|
|
e scr.null=0
|
|
%! echo thats wrong
|
|
EOF
|
|
EXPECT=<<EOF
|
|
thats fine
|
|
EOF
|
|
RUN
|