File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 68076807(
68086808 <
68096809 (?< type_args>
6810- [^<> ()]++ |
6811- < \g & lt;type_args & gt;*+ > |
6812- \(\ g< type_args> *+\)
6813- )*+
6810+ [^<> ()]|
6811+ \((?:[^ <> ()]| & lt;[^ <& gt;()]* > |\([^ <> ()]*\))*\) |
6812+ < \ g< type_args> *>
6813+ )*
68146814 > \s*
68156815)? # type arguments
68166816(?=\() # open paren of argument list </string >
Original file line number Diff line number Diff line change @@ -4080,10 +4080,10 @@ repository:
40804080 (
40814081 <
40824082 (?<type_args>
4083- [^<>()]++ |
4084- < \\ g<type_args>*+> |
4085- \\ ( \\ g<type_args>*+ \\ )
4086- )*+
4083+ [^<>()]|
4084+ \\ ((?:[^<>()]|<[^<>()]*>| \\ ([^<>()]* \\ ))* \\ ) |
4085+ < \\ g<type_args>*>
4086+ )*
40874087 >\\ s*
40884088 )? # type arguments
40894089 (?=\\ () # open paren of argument list
Original file line number Diff line number Diff line change @@ -2593,10 +2593,10 @@ repository:
25932593 (
25942594 <
25952595 (?<type_args>
2596- [^<>()]++ |
2597- <\g<type_args>*+> |
2598- \(\ g<type_args>*+\)
2599- )*+
2596+ [^<>()]|
2597+ \((?:[^<>()]|<[^<>()]*>|\([^<>()]*\))*\) |
2598+ <\ g<type_args>*>
2599+ )*
26002600 >\s*
26012601 )? # type arguments
26022602 (?=\() # open paren of argument list
You can’t perform that action at this time.
0 commit comments