@@ -22,7 +22,7 @@ class MarkdownTests extends DottyDocTest {
22
22
ctx.setProperty(ContextDoc , new ContextDottydoc )
23
23
ctx.setSetting(
24
24
ctx.settings.classpath,
25
- " ../library/target/scala-2.11/ dotty-library_2.11-0.1-SNAPSHOT.jar "
25
+ dotty. Jars .dottyLib
26
26
)
27
27
base.initialize()(ctx)
28
28
ctx
@@ -122,9 +122,9 @@ class MarkdownTests extends DottyDocTest {
122
122
|package scala
123
123
|
124
124
|/** - Item1
125
- | * - Item2
126
- | * - Item3
127
- | */
125
+ | * - Item2
126
+ | * - Item3
127
+ | */
128
128
|trait HelloWorld
129
129
|
130
130
|trait None
@@ -153,11 +153,11 @@ class MarkdownTests extends DottyDocTest {
153
153
|package scala
154
154
|
155
155
|/** - Item1
156
- | * - Item1a
157
- | * - Item1b
158
- | * - Item2
159
- | * - Item3
160
- | */
156
+ | * - Item1a
157
+ | * - Item1b
158
+ | * - Item2
159
+ | * - Item3
160
+ | */
161
161
|trait HelloWorld
162
162
|
163
163
|trait None
@@ -191,9 +191,9 @@ class MarkdownTests extends DottyDocTest {
191
191
|package scala
192
192
|
193
193
|/** ```scala
194
- | * val x = 1 + 5
195
- | * ```
196
- | */
194
+ | * val x = 1 + 5
195
+ | * ```
196
+ | */
197
197
|trait HelloWorld
198
198
|
199
199
|trait None
@@ -250,12 +250,12 @@ class MarkdownTests extends DottyDocTest {
250
250
|package scala
251
251
|
252
252
|/** This
253
- | * ====
254
- | * is a short text [that](http://google.com) should not be more than a
255
- | * `few` lines long. This text *should* be shortened somewhere that is
256
- | * appropriate for the **ui**. Might be here, or there or somewhere
257
- | * else.
258
- | */
253
+ | * ====
254
+ | * is a short text [that](http://google.com) should not be more than a
255
+ | * `few` lines long. This text *should* be shortened somewhere that is
256
+ | * appropriate for the **ui**. Might be here, or there or somewhere
257
+ | * else.
258
+ | */
259
259
|trait HelloWorld
260
260
""" .stripMargin
261
261
@@ -282,10 +282,10 @@ class MarkdownTests extends DottyDocTest {
282
282
|package scala
283
283
|
284
284
|/** This
285
- | * ====
286
- | * should quit before ,
287
- | * I shouldn't be visible.
288
- | */
285
+ | * ====
286
+ | * should quit before ,
287
+ | * I shouldn't be visible.
288
+ | */
289
289
|trait HelloWorld
290
290
""" .stripMargin
291
291
0 commit comments