Closed scabug closed 13 years ago
Imported From: https://issues.scala-lang.org/browse/SI-4184?orig=1 Reporter: @wallachd Attachments:
@dubochet said: (In r24186) [scaladoc] Scaladoc recognises HTML entities in comments, and leaves them untouched (except in code blocks defined using wiki syntax). Fixes #4184. No review.
@dubochet said:
Note however that the previous behaviour was according to the [http://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs?version=16 then-current specification] (see section on HTML element tags in pre
code blocks).
The [http://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs specification] has been updated to describe the new behaviour.
=== What steps will reproduce the problem (please be specific and use wikiformatting)? ===
=== What is the expected behavior? ===
Should see:
scala [-classpath scalatest-.jar:...] org.scalatest.tools.Runner
[-D= [...]] [-p ] [reporter [...]]
[-n ] [-l ] [-c] [-s
[...]] [-j [...]] [-m
[...]] [-w [...]] [-t <TestNG config file
path> [...]]
=== What do you see instead? ===
scala [-classpath scalatest-<version>.jar:...] org.scalatest.tools.Runner [-D<key>=<value> [...]] [-p <runpath>] [reporter [...]] [-n <includes>] [-l <excludes>] [-c] [-s <suite class name> [...]] [-j <junit class name> [...]] [-m <members-only suite path> [...]] [-w <wildcard suite path> [...]] [-t <TestNG config file path> [...]]
=== Additional information === (for instance, a link to a relevant mailing list discussion)
Seems to not work on any entities - e.g.; " displays as "
=== What versions of the following are you using? ===
Scala: Scala code runner version 2.8.1.final -- Copyright 2002-2010, LAMP/EPFL
Java: $$ java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.4) (fedora-48.1.8.4.fc13-i386) OpenJDK Server VM (build 14.0-b16, mixed mode)
Operating system: 2.6.34.7-66.fc13.i686.PAE SI-1 SMP Wed Dec 15 07:21:49 UTC 2010 i686 i686 i386 GNU/Linux