@@ -342,7 +342,7 @@ class RenderContentCompilerTests: XCTestCase {
342
342
}
343
343
344
344
func testShowLineNumbers( ) async throws {
345
- enableFeatureFlag ( \. isExperimentalCodeBlockEnabled )
345
+ enableFeatureFlag ( \. isExperimentalCodeBlockAnnotationsEnabled )
346
346
347
347
let ( bundle, context) = try await testBundleAndContext ( )
348
348
var compiler = RenderContentCompiler ( context: context, bundle: bundle, identifier: ResolvedTopicReference ( bundleID: bundle. id, path: " /path " , fragment: nil , sourceLanguage: . swift) )
@@ -370,7 +370,7 @@ class RenderContentCompilerTests: XCTestCase {
370
370
}
371
371
372
372
func testLowercaseShowLineNumbers( ) async throws {
373
- enableFeatureFlag ( \. isExperimentalCodeBlockEnabled )
373
+ enableFeatureFlag ( \. isExperimentalCodeBlockAnnotationsEnabled )
374
374
375
375
let ( bundle, context) = try await testBundleAndContext ( )
376
376
var compiler = RenderContentCompiler ( context: context, bundle: bundle, identifier: ResolvedTopicReference ( bundleID: bundle. id, path: " /path " , fragment: nil , sourceLanguage: . swift) )
@@ -517,7 +517,7 @@ class RenderContentCompilerTests: XCTestCase {
517
517
}
518
518
519
519
func testMultipleHighlightMultipleStrikeout( ) async throws {
520
- enableFeatureFlag ( \. isExperimentalCodeBlockEnabled )
520
+ enableFeatureFlag ( \. isExperimentalCodeBlockAnnotationsEnabled )
521
521
522
522
let ( bundle, context) = try await testBundleAndContext ( )
523
523
var compiler = RenderContentCompiler ( context: context, bundle: bundle, identifier: ResolvedTopicReference ( bundleID: bundle. id, path: " /path " , fragment: nil , sourceLanguage: . swift) )
@@ -548,7 +548,7 @@ class RenderContentCompilerTests: XCTestCase {
548
548
}
549
549
550
550
func testLanguageNotFirstOption( ) async throws {
551
- enableFeatureFlag ( \. isExperimentalCodeBlockEnabled )
551
+ enableFeatureFlag ( \. isExperimentalCodeBlockAnnotationsEnabled )
552
552
553
553
let ( bundle, context) = try await testBundleAndContext ( )
554
554
var compiler = RenderContentCompiler ( context: context, bundle: bundle, identifier: ResolvedTopicReference ( bundleID: bundle. id, path: " /path " , fragment: nil , sourceLanguage: . swift) )
@@ -582,7 +582,7 @@ class RenderContentCompilerTests: XCTestCase {
582
582
}
583
583
584
584
func testUnorderedArrayOptions( ) async throws {
585
- enableFeatureFlag ( \. isExperimentalCodeBlockEnabled )
585
+ enableFeatureFlag ( \. isExperimentalCodeBlockAnnotationsEnabled )
586
586
587
587
let ( bundle, context) = try await testBundleAndContext ( )
588
588
var compiler = RenderContentCompiler ( context: context, bundle: bundle, identifier: ResolvedTopicReference ( bundleID: bundle. id, path: " /path " , fragment: nil , sourceLanguage: . swift) )
0 commit comments