mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
| tst.js:1:2:1:5 | a{1} | 1 | 1 |
|
|
| tst.js:2:2:2:6 | a{1,} | 1 | <none> |
|
|
| tst.js:3:2:3:7 | a{1,5} | 1 | 5 |
|
|
| tst.js:4:2:4:6 | a{,5} | 0 | 5 |
|