Files
mercury/tests/debugger/browser_test.inp
Fergus Henderson 6ab3c8111a Update the input file to match the new variable numbering scheme
Estimated hours taken: 0.25

tests/debugger/browser_test.inp:
	Update the input file to match the new variable numbering scheme
	(variable numbers now start from 1 rather than from 0).
1999-06-26 17:01:56 +00:00

23 lines
135 B
Plaintext

echo on
goto 3
print *
browse 1
print
quit
browse HeadVar__1
ls
cd /1
ls
cd /1/2
ls
cd /3
ls
cd 1/3/2
ls
cd
ls
quit
retry
continue -a