We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318d468 commit 1884361Copy full SHA for 1884361
misc/optlib2c
@@ -282,7 +282,7 @@ my $options =
282
unless ($_[0]->{'langdef'} eq $1);
283
return parse_regex ($3, $_[0], 1, $2);
284
} ],
285
- [ qr/^--_mtable-extend-([^=]*)=(.*)\+(.*)/, sub {
+ [ qr/^--_mtable-extend-([^=]*)=([a-zA-Z_0-9]+)\+([a-zA-Z_0-9]+)/, sub {
286
die "Don't use --_mline-extend-<LANG>= option before defining the language"
287
if (! defined $_[0]->{'langdef'});
288
die "Extending a multitable regex is allowed only to the language specified with --langdef: $1"
0 commit comments