summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlattr.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-70/+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.
* Add convenience attribute operator to NodeSeqRoberto Tyley2012-11-271-0/+7
| | | | | | | | | | | | | | | | | | Compared to the current method of reading the string text of an attribute: (x \ "@bar").text ...the new operator removes the need for a pair of parenthesis and shortens the overall expression by 7 chars : x \@ "bar" Discussion on scala-internals: https://groups.google.com/d/topic/scala-internals/BZ-tfbebDqE/discussion
* Begone t1737...Hubert Plociniczak2011-11-021-3/+3
|
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-31/+34
| | | | | | | | | | | | 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.
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-161-3/+10
| | | | | made semantics of MetaData append safer, fixed test
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-281-25/+49
| | | | | support for <elem key={x:Option[Seq[Node]]} />, so that Options can be used for optional attributes.
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-141-0/+6
|
* fixBurak Emir2006-10-111-1/+1
|
* attribute nillableBurak Emir2006-10-111-0/+23