* Convert 'wz' to rzshell * Remove 'wt' commands in favour of > operator * Convert 'ww' command to rzshell * Convert 'wm' command to rzshell * Convert 'wd' command to rzshell * Convert 'wu' command to rzshell * Convert 'wo' commands to rzshell * Fix 'w' tests
16 lines
250 B
Text
16 lines
250 B
Text
NAME=unified diff and patch
|
|
FILE==
|
|
CMDS=<<EOF
|
|
b 16
|
|
wb 41
|
|
cu 16 > .p
|
|
wu .p
|
|
!rm -f .p
|
|
b 32
|
|
cu 16
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x00000000 00000000000000000000000000000000 ................ |
|
|
0x00000010 00000000000000000000000000000000 ................ |
|
|
EOF
|
|
RUN
|