Skip to content

Commit b9f073e

Browse files
committed
Python: Update test output
1 parent 95a84ad commit b9f073e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/test/library-tests/regex/FirstLast.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| (?!not-this)^[A-Z_]+$ | first | 12 | 13 |
55
| (?!not-this)^[A-Z_]+$ | first | 13 | 19 |
66
| (?!not-this)^[A-Z_]+$ | first | 13 | 20 |
7+
| (?!not-this)^[A-Z_]+$ | last | 3 | 11 |
78
| (?!not-this)^[A-Z_]+$ | last | 13 | 19 |
89
| (?!not-this)^[A-Z_]+$ | last | 13 | 20 |
910
| (?!not-this)^[A-Z_]+$ | last | 20 | 21 |
@@ -101,6 +102,7 @@
101102
| ^[A-Z_]+$(?<!not-this) | first | 0 | 1 |
102103
| ^[A-Z_]+$(?<!not-this) | first | 1 | 7 |
103104
| ^[A-Z_]+$(?<!not-this) | first | 1 | 8 |
105+
| ^[A-Z_]+$(?<!not-this) | first | 13 | 21 |
104106
| ^[A-Z_]+$(?<!not-this) | last | 1 | 7 |
105107
| ^[A-Z_]+$(?<!not-this) | last | 1 | 8 |
106108
| ^[A-Z_]+$(?<!not-this) | last | 8 | 9 |

0 commit comments

Comments
 (0)