tools: change RE to allow any value for promptgroup in the Perl DBD parser
This commit is contained in:
@@ -27,7 +27,7 @@ our %field_types = (
|
||||
our %field_attrs = (
|
||||
asl => qr/^ASL[01]$/,
|
||||
initial => qr/^.*$/,
|
||||
promptgroup => qr/^GUI_\w+$/,
|
||||
promptgroup => qr/^.*$/,
|
||||
prompt => qr/^.*$/,
|
||||
special => qr/^(?:SPC_\w+|\d{3,})$/,
|
||||
pp => qr/^(?:TRUE|FALSE)$/,
|
||||
|
||||
Reference in New Issue
Block a user