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 2a9e950 commit 95dfd21Copy full SHA for 95dfd21
scripts/buildtable.pl
@@ -107,6 +107,7 @@
107
$field = $1;
108
$val = $2;
109
die "Duplicate $field field in $fn" if exists $found{$field};
110
+ die "Too many spaces in $fn" if $val =~ /^\s/;
111
} elsif (m[^ ( +)(.*\S)$]) {
112
die "Continuation of non-field in $fn" unless defined $field;
113
die "Too many spaces in $fn" if length $1 != 2 + length $field;
0 commit comments