File tree Expand file tree Collapse file tree
python/ql/test/library-tests/regex Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110| ax{3,} | 5 | 6 |
111111| ax{3} | 0 | 1 |
112112| ax{3} | 1 | 2 |
113- | ax{3} | 2 | 3 |
114113| ax{3} | 3 | 4 |
115114| ax{3} | 4 | 5 |
116115| ax{,3} | 0 | 1 |
Original file line number Diff line number Diff line change 8484| ax{3,} | last | 1 | 6 |
8585| ax{3,} | last | 5 | 6 |
8686| ax{3} | first | 0 | 1 |
87+ | ax{3} | last | 1 | 2 |
88+ | ax{3} | last | 1 | 5 |
8789| ax{3} | last | 4 | 5 |
8890| ax{,3} | first | 0 | 1 |
8991| ax{,3} | last | 0 | 1 |
Original file line number Diff line number Diff line change 1111| ^[A-Z_]+$(?<!not-this) | 1 | 8 | false |
1212| ax{01,3} | 1 | 8 | false |
1313| ax{3,} | 1 | 6 | false |
14+ | ax{3} | 1 | 5 | false |
1415| ax{,3} | 1 | 6 | true |
Original file line number Diff line number Diff line change 207207| ax{3,} | sequence | 0 | 6 |
208208| ax{3} | char | 0 | 1 |
209209| ax{3} | char | 1 | 2 |
210- | ax{3} | char | 2 | 3 |
211210| ax{3} | char | 3 | 4 |
212211| ax{3} | char | 4 | 5 |
212+ | ax{3} | qualified | 1 | 5 |
213213| ax{3} | sequence | 0 | 5 |
214214| ax{,3} | char | 0 | 1 |
215215| ax{,3} | char | 1 | 2 |
You can’t perform that action at this time.
0 commit comments