mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
remove an FP in overly-large-range for [@-Z]
This commit is contained in:
@@ -29,4 +29,6 @@ var overlapsWithClass2 = /[\w,.-?:*+]/; // NOT OK
|
||||
var tst2 = /^([ァ-ヾ]|[ァ-ン゙゚])+$/; // OK
|
||||
var tst3 = /[0-90-9]/; // OK
|
||||
|
||||
var question = /[0-?]/; // OK. matches one of: 0123456789:;<=>?
|
||||
var question = /[0-?]/; // OK. matches one of: 0123456789:;<=>?
|
||||
|
||||
var atToZ = /[@-Z]/; // OK. matches one of: @ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
Reference in New Issue
Block a user