Enable upcoming feature "Concise Magic File" (#5637)

This commit is contained in:
Danny Mösch
2024-06-22 11:22:55 +02:00
committed by GitHub
parent 914fa02e4e
commit 2d28166d21
20 changed files with 49 additions and 41 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public extension Example {
/// Defaults to the line where this initializer is called.
init(_ code: String, configuration: [String: any Sendable]? = nil, testMultiByteOffsets: Bool = true,
testWrappingInComment: Bool = true, testWrappingInString: Bool = true, testDisableCommand: Bool = true,
testOnLinux: Bool = true, file: StaticString = #file, line: UInt = #line,
testOnLinux: Bool = true, file: StaticString = #filePath, line: UInt = #line,
excludeFromDocumentation: Bool = false) {
self.code = code
self.configuration = configuration