mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
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).
23 lines
135 B
Plaintext
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
|
|
|