java inline expectations prototype with tests

This commit is contained in:
Philip Ginsbach
2024-06-26 15:27:59 +01:00
parent 3ae4cb2f9d
commit 65655db77b
44 changed files with 318 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
| SuspiciousRegexpRange.java:11 | expected alert | NOT OK |
| SuspiciousRegexpRange.java:7:49:7:51 | unexpected alert | Suspicious character range that overlaps with A-Z in the same character class, and is equivalent to [A-Z\\[\\\\\\]^_`a-z]. |