We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b05e9 commit 01537fcCopy full SHA for 01537fc
scala3doc/test/dotty/dokka/SignatureTest.scala
@@ -22,7 +22,7 @@ abstract class SignatureTest(
22
filterFunc: (Path) => Boolean = _ => true
23
) extends ScaladocTest(testName):
24
25
- def runTest = afterRendering {
+ def runTest = { org.junit.Assume.assumeTrue("Running on Windows", java.io.File.separatorChar == '/'); afterRendering {
26
val sources = sourceFiles match
27
case Nil => testName :: Nil
28
case s => s
@@ -65,7 +65,7 @@ abstract class SignatureTest(
65
reportError(errorMessage)
66
end if
67
68
- } :: Nil
+ } :: Nil }
69
70
// e.g. to remove '(0)' from object IAmACaseObject extends CaseImplementThis/*<-*/(0)/*->*/
71
private val commentRegex = raw"\/\*<-\*\/[^\/]+\/\*->\*\/".r
0 commit comments