We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e129ac commit 1f018d6Copy full SHA for 1f018d6
swift/integration-tests/linux-only/RegexLiteralExpr/RegexLiteralExpr.expected
@@ -1,2 +1,2 @@
1
-| regex.swift:1:5:1:5 | ... | getType: | Regex<Substring> | getPattern: | a.*a | getVersion: | 1 |
2
-| regex.swift:2:5:2:5 | ... | getType: | Regex<(Substring, Substring)> | getPattern: | the number (\\d+) | getVersion: | 1 |
+| regex.swift:1:5:1:5 | a.*a | getType: | Regex<Substring> | getPattern: | a.*a | getVersion: | 1 |
+| regex.swift:2:5:2:5 | the number (\\d+) | getType: | Regex<(Substring, Substring)> | getPattern: | the number (\\d+) | getVersion: | 1 |
0 commit comments