File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
python/ql/test/library-tests/regex Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3636| (?:[^%]\|^)?%\\((\\w*)\\)[a-z] | 22 | 23 |
3737| (?:[^%]\|^)?%\\((\\w*)\\)[a-z] | 24 | 25 |
3838| (?P<name>[\\w]+)\| | 10 | 12 |
39+ | (?m)^(?!$) | 2 | 3 |
3940| (?m)^(?!$) | 4 | 5 |
4041| (?m)^(?!$) | 8 | 9 |
4142| (\\033\|~{) | 1 | 5 |
Original file line number Diff line number Diff line change 2222| (?P<name>[\\w]+)\| | first | 9 | 14 |
2323| (?P<name>[\\w]+)\| | last | 9 | 13 |
2424| (?P<name>[\\w]+)\| | last | 9 | 14 |
25- | (?m)^(?!$) | first | 4 | 5 |
26- | (?m)^(?!$) | first | 8 | 9 |
25+ | (?m)^(?!$) | first | 2 | 3 |
2726| (?m)^(?!$) | last | 4 | 5 |
2827| (?m)^(?!$) | last | 8 | 9 |
2928| (\\033\|~{) | first | 1 | 5 |
Original file line number Diff line number Diff line change 88| (?:[^%]\|^)?%\\((\\w*)\\)[a-z] | 0 | 10 | (?:[^%]\|^) | 3 | 9 | [^%]\|^ |
99| (?:[^%]\|^)?%\\((\\w*)\\)[a-z] | 14 | 19 | (\\w*) | 15 | 18 | \\w* |
1010| (?P<name>[\\w]+)\| | 0 | 15 | (?P<name>[\\w]+) | 9 | 14 | [\\w]+ |
11+ | (?m)^(?!$) | 0 | 4 | (?m) | 2 | 3 | m |
1112| (?m)^(?!$) | 5 | 10 | (?!$) | 8 | 9 | $ |
1213| (\\033\|~{) | 0 | 9 | (\\033\|~{) | 1 | 8 | \\033\|~{ |
1314| \\[(?P<txt>[^[]*)\\]\\((?P<uri>[^)]*) | 2 | 16 | (?P<txt>[^[]*) | 10 | 15 | [^[]* |
Original file line number Diff line number Diff line change 7777| (?P<name>[\\w]+)\| | sequence | 0 | 15 |
7878| (?m)^(?!$) | $ | 8 | 9 |
7979| (?m)^(?!$) | ^ | 4 | 5 |
80- | (?m)^(?!$) | empty group | 0 | 4 |
80+ | (?m)^(?!$) | char | 2 | 3 |
8181| (?m)^(?!$) | empty group | 5 | 10 |
82+ | (?m)^(?!$) | non-empty group | 0 | 4 |
8283| (?m)^(?!$) | sequence | 0 | 10 |
84+ | (?m)^(?!$) | sequence | 2 | 3 |
8385| (?m)^(?!$) | sequence | 8 | 9 |
8486| (\\033\|~{) | char | 1 | 5 |
8587| (\\033\|~{) | char | 6 | 7 |
You can’t perform that action at this time.
0 commit comments