We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fdba7 commit 84e3f1bCopy full SHA for 84e3f1b
internal/task/step/file.go
@@ -43,7 +43,7 @@ import (
43
const (
44
TEMP_DIR = "/tmp"
45
REGEX_KV_SPLIT = "^(([^%s]+)%s\\s*)([^\\s#]*)" // key: mu[2] value: mu[3]
46
- DINGO_REGEX_KV_SPLIT = `^(\s*[^%s]+)%s\s*([^#\s]*)` // key: mu[1] value: mu[2]
+ DINGO_REGEX_KV_SPLIT = `^(\s*[^%s]+)%s\s*([^#]*)` // key: mu[1] value: mu[2]
47
)
48
49
type (
0 commit comments