conf: properly escape tab in whitespace class
This commit is contained in:
parent
f1f3994d09
commit
3eb238634a
@ -8,7 +8,7 @@
|
||||
* given directive.
|
||||
*/
|
||||
#define DIGIT "[0-9]"
|
||||
#define SPACE "[ \t]"
|
||||
#define SPACE "[ \\t]"
|
||||
#define WS SPACE "+"
|
||||
#define STR "\"([^\"]+)\""
|
||||
#define BOOL "(yes|on|no|off)"
|
||||
|
Loading…
Reference in New Issue
Block a user