summaryrefslogtreecommitdiff
path: root/test/files/run/deeps.check
Commit message (Collapse)AuthorAgeFilesLines
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-181-14/+14
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-301-9/+9
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* added test cases in deeps.scalamichelou2007-03-221-0/+8
|
* added Array.deepEquals, improved external links...michelou2007-03-201-0/+75
added Array.deepEquals, improved external links to sources in API doc