summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-13.check
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
commitc1d1fec365efbb7ee4798594784458b3f5be4dcf (patch)
tree81853571356e3d12df16c865b1e20a46ad72b08a /test/files/run/Course-2002-13.check
parent3b317f928b0ea755037f71bd59bbe30e23deb725 (diff)
downloadscala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.gz
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.bz2
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.zip
Fixing the build (toString() issues in the comp...
Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
Diffstat (limited to 'test/files/run/Course-2002-13.check')
-rw-r--r--test/files/run/Course-2002-13.check16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/files/run/Course-2002-13.check b/test/files/run/Course-2002-13.check
index 913c4e4edd..7664f70576 100644
--- a/test/files/run/Course-2002-13.check
+++ b/test/files/run/Course-2002-13.check
@@ -1,13 +1,13 @@
-List(S = jean,V = mange,A = le,D = grand,N = table)
-List(S = jean,V = mange,A = le,D = grand,N = cheval)
+List(S = jean, V = mange, A = le, D = grand, N = table)
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
-List(S = jean,V = mange,A = le,D = grand,N = cheval)
-List(S = jean,V = mange,A = la,D = belle,N = table)
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
+List(S = jean, V = mange, A = la, D = belle, N = table)
-List(S = jean,V = mange,A = le,D = nil,N = cheval)
-List(S = jean,V = mange,A = le,D = cons(grand,nil),N = cheval)
-List(S = jean,V = mange,A = le,D = cons(grand,cons(grand,nil)),N = cheval)
-List(S = jean,V = mange,A = la,D = nil,N = table)
+List(S = jean, V = mange, A = le, D = nil, N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,nil), N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,cons(grand,nil)), N = cheval)
+List(S = jean, V = mange, A = la, D = nil, N = table)
yes
yes
no