trivial diff: fix test case output

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Nov 10 01:57:11 AEDT 1998


Estimated hours taken: 0.25

tests/hard_coded/quoting_bug_test.exp:
	Update the expected output for this test case to
	reflect my recent change to the quoting code
	in library/term_io.m and library/io.m.

Index: tests/hard_coded/quoting_bug_test.exp
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/quoting_bug_test.exp,v
retrieving revision 1.1
diff -u -r1.1 quoting_bug_test.exp
--- quoting_bug_test.exp	1998/05/20 13:10:16	1.1
+++ quoting_bug_test.exp	1998/11/09 14:53:34
@@ -1,6 +1,6 @@
-*
-&&
--=
-+=
-?
-* && -= += ?
+'*'
+'&&'
+'-='
+'+='
+'?'
+'*' '&&' '-=' '+=' '?'

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list