summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml03syntax.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-1118 WIPAlex Cruise2012-03-151-2/+2
|
* Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-071-1/+1
| | | | | | | | | Prior to this patch <t a={ null: String }/> was not equal to <t/> and it's string representation was "<t ></t>" instead of "<t></t>" This includes changing MetaData.normalize() so that it doesn't reverse the chain. On the downside, the iterate function in MetaData.normalize() is not tail-recursive now.
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-0/+9
| | | | | | | | | | | | 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.
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-151-2/+2
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-011-2/+2
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* added test for optional attributesmichelou2008-01-291-0/+3
|
* removed deprecated featuresmichelou2007-12-191-9/+0
|
* fixed test case + strict checking for atomBurak Emir2006-12-221-2/+1
|
* xml changesBurak Emir2006-09-071-0/+24