mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Python: Accept test changes. I think these reflect the 'parse mode chars should not be considered chars' issue.
This commit is contained in:
@@ -77,9 +77,11 @@
|
||||
| (?P<name>[\\w]+)\| | sequence | 0 | 15 |
|
||||
| (?m)^(?!$) | $ | 8 | 9 |
|
||||
| (?m)^(?!$) | ^ | 4 | 5 |
|
||||
| (?m)^(?!$) | empty group | 0 | 4 |
|
||||
| (?m)^(?!$) | char | 2 | 3 |
|
||||
| (?m)^(?!$) | empty group | 5 | 10 |
|
||||
| (?m)^(?!$) | non-empty group | 0 | 4 |
|
||||
| (?m)^(?!$) | sequence | 0 | 10 |
|
||||
| (?m)^(?!$) | sequence | 2 | 3 |
|
||||
| (?m)^(?!$) | sequence | 8 | 9 |
|
||||
| (\\033\|~{) | char | 1 | 5 |
|
||||
| (\\033\|~{) | char | 6 | 7 |
|
||||
|
||||
Reference in New Issue
Block a user