Expr: Allow _ in selectors.

This commit is contained in:
antirez
2025-02-28 17:52:27 +01:00
parent 89ef4c0702
commit b417685430
+1 -1
View File
@@ -123,7 +123,7 @@ struct {
{NULL, 0, 0, 0, 0} // Terminator.
};
#define EXPR_OP_SPECIALCHARS "+-*%/!()<>=|&"
#define EXPR_OP_SPECIALCHARS "+-*%/!()<>=|&_"
/* ================================ Expr token ============================== */