Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e2e33b + d8ece74 commit da5a62cCopy full SHA for da5a62c
lldb/test/Shell/SwiftREPL/Regex.test
@@ -14,7 +14,7 @@ let regex2 = /Order from <(.*)>, type: (.*), count in dozen: ([0-9]+)/
14
15
import RegexBuilder
16
let dslRegex = Regex { .digit }
17
-// CHECK: _StringProcessing.Regex<Substring> =
+// CHECK: _StringProcessing.Regex<{{.+}}> =
18
19
// We should only see this output once, regardless of availability.
20
// CHECK-NOT: _StringProcessing
0 commit comments