Skip to content

Commit 28bc3a9

Browse files
airweentheseion
andauthored
Remove escape from meta characters
Co-authored-by: Max Leske <[email protected]>
1 parent 72e3abd commit 28bc3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/seclang-scanner.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ CONFIG_VALUE_ONLYARGS (?i:OnlyArgs)
405405
CONFIG_VALUE_OFF (?i:Off)
406406
CONFIG_VALUE_ON (?i:On)
407407
CONFIG_VALUE_PARALLEL (?i:Parallel|Concurrent)
408-
CONFIG_VALUE_PATH [0-9A-Za-z_\/\.\-\*\: \\\(\)]+
408+
CONFIG_VALUE_PATH (?i:[0-9a-z_/.*: \\()-]+)
409409
CONFIG_VALUE_PROCESS_PARTIAL (?i:ProcessPartial)
410410
CONFIG_VALUE_REJECT (?i:Reject)
411411
CONFIG_VALUE_RELEVANT_ONLY (?i:RelevantOnly)

0 commit comments

Comments
 (0)