@@ -168,7 +168,7 @@ TutorialArticle @1:1-23:2
168
168
TutorialArticle @1:1-23:2 title: 'Basic Augmented Reality App' time: '20'
169
169
├─ Intro @3:4-10:5 title: 'Basic Augmented Reality App'
170
170
│ ├─ MarkupContainer (2 elements)
171
- │ └─ ImageMedia @9:7-9:14 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " myimage.png " )' altText: 'image'
171
+ │ └─ ImageMedia @9:7-9:46 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " myimage.png " )' altText: 'image'
172
172
└─ MarkupContainer (6 elements)
173
173
"""
174
174
XCTAssertEqual ( expectedDump, article. dump ( ) )
@@ -281,29 +281,29 @@ TutorialArticle @1:1-23:2 title: 'Basic Augmented Reality App' time: '20'
281
281
TutorialArticle @1:1-81:2
282
282
├─ ContentAndMedia @3:4-12:5 mediaPosition: 'leading'
283
283
│ ├─ MarkupContainer (2 elements)
284
- │ └─ ImageMedia @4:7-4:14 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " customize-text-view.png " )' altText: 'alt'
284
+ │ └─ ImageMedia @4:7-4:58 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " customize-text-view.png " )' altText: 'alt'
285
285
├─ ContentAndMedia @14:4-23:5 mediaPosition: 'trailing'
286
286
│ ├─ MarkupContainer (2 elements)
287
- │ └─ ImageMedia @22:7-22:14 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " customize-text-view.png " )' altText: 'alt'
287
+ │ └─ ImageMedia @22:7-22:58 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " customize-text-view.png " )' altText: 'alt'
288
288
├─ MarkupContainer (1 element)
289
289
├─ Stack @27:4-51:5
290
290
│ ├─ ContentAndMedia @28:7-37:8 mediaPosition: 'trailing'
291
291
│ │ ├─ MarkupContainer (2 elements)
292
- │ │ └─ ImageMedia @32:10-32:17 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-still-trailing.png " )' altText: 'alt'
292
+ │ │ └─ ImageMedia @32:10-32:64 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-still-trailing.png " )' altText: 'alt'
293
293
│ └─ ContentAndMedia @41:7-50:8 mediaPosition: 'trailing'
294
294
│ ├─ MarkupContainer (2 elements)
295
- │ └─ ImageMedia @49:10-49:17 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-trailing.png " )' altText: 'alt'
295
+ │ └─ ImageMedia @49:10-49:58 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-trailing.png " )' altText: 'alt'
296
296
├─ MarkupContainer (3 elements)
297
297
└─ Stack @61:4-80:5
298
298
├─ ContentAndMedia @62:7-71:8 mediaPosition: 'trailing'
299
299
│ ├─ MarkupContainer (2 elements)
300
- │ └─ ImageMedia @66:10-66:17 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-still-trailing.png " )' altText: 'alt'
300
+ │ └─ ImageMedia @66:10-66:64 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-still-trailing.png " )' altText: 'alt'
301
301
├─ ContentAndMedia @73:7-75:8 mediaPosition: 'leading'
302
302
│ ├─ MarkupContainer (empty)
303
- │ └─ ImageMedia @74:10-74:17 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-leading.png " )' altText: 'alt'
303
+ │ └─ ImageMedia @74:10-74:57 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-leading.png " )' altText: 'alt'
304
304
└─ ContentAndMedia @77:7-79:8 mediaPosition: 'leading'
305
305
├─ MarkupContainer (empty)
306
- └─ ImageMedia @78:10-78:17 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-leading.png " )' altText: 'alt'
306
+ └─ ImageMedia @78:10-78:57 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " this-is-leading.png " )' altText: 'alt'
307
307
"""
308
308
XCTAssertEqual ( expectedDump, article. dump ( ) )
309
309
}
@@ -373,7 +373,7 @@ TutorialArticle @1:1-81:2
373
373
TutorialArticle @1:1-42:2 title: 'Basic Augmented Reality App' time: '20'
374
374
├─ Intro @2:4-7:5 title: 'Basic Augmented Reality App'
375
375
│ ├─ MarkupContainer (1 element)
376
- │ └─ ImageMedia @6:7-6:14 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " myimage.png " )' altText: 'image'
376
+ │ └─ ImageMedia @6:7-6:46 source: 'ResourceReference(bundleIdentifier: " org.swift.docc.example " , path: " myimage.png " )' altText: 'image'
377
377
├─ MarkupContainer (6 elements)
378
378
└─ Assessments @21:4-41:5
379
379
└─ MultipleChoice @22:7-40:8 title: 'SwiftDocC.MarkupContainer'
0 commit comments