From: Karel Zak Date: Thu, 5 Oct 2023 18:21:20 +0000 (+0200) Subject: libsmartcols: (filter) support period in identifier X-Git-Tag: v2.40-rc1~151^2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7db7ea29e1d701844bd6d57d591c0a37dcfd30fd;p=thirdparty%2Futil-linux.git libsmartcols: (filter) support period in identifier Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/filter-scanner.l b/libsmartcols/src/filter-scanner.l index 70db492621..2bc299910c 100644 --- a/libsmartcols/src/filter-scanner.l +++ b/libsmartcols/src/filter-scanner.l @@ -4,7 +4,7 @@ %option reentrant bison-bridge noyywrap noinput nounput -id [a-zA-Z][a-zA-Z_0-9]* +id [a-zA-Z][a-zA-Z_.0-9]* int [0-9]+ blank [ \t] str_qu \"[^\"\n]*\"