summaryrefslogtreecommitdiff
path: root/test/files/run/nodebuffer-array.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-15/+0
| | | | | | | | | Every test deleted here has found its way to the respective repositories of scala-xml and scala-parser-combinators, where they will continue to be tested with partest. The modified tests became independent of these modules, as they should've been from the start.
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-0/+15
Fixed an xml issue arising from arrays no longer being recognized as sequences. Review by dpp.