Files
codeql/python/ql/test/library-tests/regex/Mode.expected
Rasmus Wriedt Larsen 014fbfa86b Python: Add regex FP with + for flags
Notice that there is no new results for line 54

I also added a test for the short-named version of a flag, just since I didn't
see any of those already. That just works out of the box (due to points-to).
2020-11-27 14:57:11 +01:00

12 lines
193 B
Plaintext

| 11 | MULTILINE |
| 47 | VERBOSE |
| 48 | VERBOSE |
| 49 | DOTALL |
| 49 | VERBOSE |
| 50 | IGNORECASE |
| 50 | VERBOSE |
| 51 | UNICODE |
| 52 | UNICODE |
| 56 | VERBOSE |
| 68 | MULTILINE |