mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 20:28:17 +08:00
fix issue in quote word for gdb
This commit is contained in:
parent
97956ad903
commit
f75383e0c5
@ -31,7 +31,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
wordReg = regexp.MustCompile(`^[a-zA-Z0-9\-_\.]+$`)
|
wordReg = regexp.MustCompile(`^[a-zA-Z0-9\-_]+$`)
|
||||||
lastOperatorReg = regexp.MustCompile(`[<>=]+\s*$`)
|
lastOperatorReg = regexp.MustCompile(`[<>=]+\s*$`)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user