summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlstuff.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-181/+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-21/+21
|
* Fixing all the tests and source which still use...Paul Phillips2011-08-081-1/+1
| | | | | | | Fixing all the tests and source which still use the old for comprehension syntax with vals where there are no vals and no vals where there are vals. No review.
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-162/+130
| | | | | | | | | | | | Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-261-4/+4
| | | | | | | | | | | | | | | | | | Quite a lot more work on XML equality than I can properly justify spending time on, but you know how it is once you get started on something. This commit will likely break some code out there in the world but this is impossible to avoid if we are to achieve sane equality in trunk. For anyone who was relying upon the 2.7 equality behavior for scala.xml.* classes, using "xml_==" instead of "==" for comparisons will restore the old behavior. The standard == on xml elements now attempts to behave in such a way that symmetry and hashCode contracts will be preserved. It's probably not 100% there yet, but I can tell you this: it is closer today than it was yesterday. Review by community.
* removed deprecated featuresmichelou2007-12-191-106/+58
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-301-1/+1
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* added group and changed metadataBurak Emir2006-09-031-4/+7
|
* added test case for xml libBurak Emir2006-03-311-0/+258
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-278/+0
| | | | | Removed old scala tests from new Scala core module.
* disabled attribute checkBurak Emir2005-12-121-0/+14
|
* changed test cases for anyvalue attributesBurak Emir2005-12-121-1/+1
|
* test case for verifying attribu valueBurak Emir2005-11-251-2/+50
|
* refined test caseBurak Emir2005-11-161-1/+7
|
* little reorganisationBurak Emir2005-11-051-12/+11
|
* test of new \\ method behaviour added (attribut...Burak Emir2005-10-101-1/+3
| | | | | test of new \\ method behaviour added (attribute selection)
* made test files fit for nscBurak Emir2005-07-291-1/+3
|
* added attribute validation in scala.xml.dtd.Ele...buraq2005-06-191-1/+36
| | | | | | | | | | | | | | added attribute validation in scala.xml.dtd.ElementValidator changed comment in Node::$typeTag fixed bug in MetaData::elements, was forgetting first element :-o added testcases for element and attribute validation refined error message in MarkupParser when encountering unexpected character
* added test case for ElementValidatorburaq2005-06-181-0/+13
|
* rearrangement of Scala XML libraryburaq2005-04-241-2/+1
|
* new XML API that deals with namespaces properlyburaq2005-04-111-179/+13
|
* fix testcasesburaq2004-07-081-3/+3
|
* namespacesburaq2004-06-251-2/+50
|
* namespaceburaq2004-06-221-55/+55
|
* new example of for comprehensionsburaq2004-06-141-0/+38
|
* namespacesburaq2004-06-141-54/+55
|
* proper XML patterns, bugfix in literal parser, ...buraq2004-06-141-1/+7
| | | | | proper XML patterns, bugfix in literal parser, nodeBuffer added
* worksburaq2004-06-081-2/+3
|
* xml changes - nodeseq supports comprehension, p...buraq2004-06-081-2/+37
| | | | | xml changes - nodeseq supports comprehension, prettyprinter.format
* NodeSeq comprehension methodsburaq2004-06-081-0/+14
|
* moved to jvm, interpreter too brittleburaq2004-05-261-70/+71
|
* changeburaq2004-04-291-1/+1
|
* similar -> sameElementsburaq2004-04-151-16/+16
|
* symbols replaced with Elem constructorsburaq2004-03-161-51/+67
|
* cleanupburaq2004-03-151-1/+3
|
* changes to xml apiburaq2004-03-121-56/+84
|
* better comparison of actual and expected resultsburaq2004-02-111-25/+111
|
* these are jvm dependentburaq2004-02-111-0/+50