tools: change RE to allow any value for promptgroup in the Perl DBD parser

This commit is contained in:
Ralph Lange
2016-04-18 09:56:41 +02:00
parent ce7044c711
commit 1e1799c30e
+1 -1
View File
@@ -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)$/,