@@ -141,8 +141,8 @@ object Test extends Properties("HtmlFactory") {
141141 createTemplate(" Trac4372.scala" ) match {
142142 case node : scala.xml.Node => {
143143 val html = node.toString
144- html.contains(" <span class=\" name\" title=\" gt4s: $plus$colon\" >+:</span>\n " ) &&
145- html.contains(" <span class=\" name\" title=\" gt4s: $minus$colon\" >-:</span>\n " ) &&
144+ html.contains(" <span class=\" name\" title=\" gt4s: $plus$colon\" >+:</span>" ) &&
145+ html.contains(" <span class=\" name\" title=\" gt4s: $minus$colon\" >-:</span>" ) &&
146146 html.contains(""" <span class="params">(<span name="n">n: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>""" )
147147 }
148148 case _ => false
@@ -247,11 +247,11 @@ object Test extends Properties("HtmlFactory") {
247247 val lines = """
248248 |type Bar = AnyRef { type Dingus <: T forSome { type T <: String } }
249249 |type Foo = AnyRef { ... /* 3 definitions in type refinement */ }
250- |def g (x: T forSome { type T <: String }): String
251- |def h (x: Float): AnyRef { def quux(x: Int,y: Int): Int }
252- |def hh (x: Float): AnyRef { def quux(x: Int,y: Int): Int }
253- |def j (x: Int): Bar
254- |def k (): AnyRef { type Dingus <: T forSome { type T <: String } }
250+ |def g(x: T forSome { type T <: String }): String
251+ |def h(x: Float): AnyRef { def quux(x: Int,y: Int): Int }
252+ |def hh(x: Float): AnyRef { def quux(x: Int,y: Int): Int }
253+ |def j(x: Int): Bar
254+ |def k(): AnyRef { type Dingus <: T forSome { type T <: String } }
255255 """ .stripMargin.trim.lines map (_.trim)
256256
257257 files(" RefinementAndExistentials.html" ) match {
0 commit comments