[m-dev.] trivial diff: update browser_test.exp2

Mark Anthony BROWN dougl at cs.mu.OZ.AU
Thu Mar 1 14:53:43 AEDT 2001


Estimated hours taken: 0.1

tests/debugger/browser_test.exp2:
	Update for the recent changes to the pretty printer.

Index: tests/debugger/browser_test.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/browser_test.exp2,v
retrieving revision 1.10
diff -u -r1.10 browser_test.exp2
--- tests/debugger/browser_test.exp2	2000/10/27 08:38:54	1.10
+++ tests/debugger/browser_test.exp2	2001/03/01 03:43:28
@@ -27,7 +27,7 @@
 mdb> set -AP format flat
 mdb> print -f 1
        HeadVar__1             	big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big/3), 6, small))
-mdb> print -p 1
+mdb> print -r 1
        HeadVar__1             	
 big(
   big(big(small, 1, small), 2, small), 
@@ -52,6 +52,12 @@
   2-6
   3-small
 
+mdb> print -p 1
+       HeadVar__1             	
+big(
+  big(big(small, 1, small), 2, small), 
+  3, 
+  big(big(small, 4, big(small, 5, small)), 6, small))
 mdb> print --xyzzy 1
 print: unrecognized option `--xyzzy'
 mdb: print: usage error -- type `help print' for help.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list