[m-rev.] for review: add 4 new mdb commands

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Mar 13 14:36:12 AEDT 2006


On 12-Mar-2006, Ian MacLarty <maclarty at cs.mu.OZ.AU> wrote:
> ===================================================================
> RCS file: tests/debugger/shell.exp
> diff -N tests/debugger/shell.exp
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ tests/debugger/shell.exp	11 Mar 2006 16:44:38 -0000
> @@ -0,0 +1,10 @@
> +Melbourne Mercury Debugger, mdb version DEV.
> +Copyright 1998-2006 The University of Melbourne, Australia.
> +mdb is free software, covered by the GNU General Public License.
> +There is absolutely no warranty for mdb.
> +      E1:     C1 CALL pred shell.main/2-0 (det) shell.m:12
> +mdb> echo on
> +Command echo enabled.
> +mdb> shell echo hello
> +hello
> +mdb> quit -y
> Index: tests/debugger/shell.inp
> ===================================================================
> RCS file: tests/debugger/shell.inp
> diff -N tests/debugger/shell.inp
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ tests/debugger/shell.inp	11 Mar 2006 20:45:51 -0000
> @@ -0,0 +1,6 @@
> +echo on
> +shell echo hello
> +alias test source shell_test_script
> +test value1 value2 3 'value 4' "a" '' 'b' file_name.ext 9
> +test only_one_value
> +quit -y

I don't see the effect of

	test value1 value2 3 'value 4' "a" '' 'b' file_name.ext 9
	test only_one_value

in the expected output file.

Apart from that and a typo ("occurrence" spelt with one 'c'), I agree with
Julien's comments.

Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list