chiark / gitweb /
doctests: Fail on extraction if we don't understand the README
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 Dec 2019 23:04:07 +0000 (23:04 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Dec 2019 22:19:08 +0000 (22:19 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/filter/extract-doctest

index 1bcd47318b03a220081b06d8b3406b4f266e6207..10dd42a3d8b5f5bc061551db40a4aed6ebbac9b1 100755 (executable)
@@ -56,6 +56,9 @@ while (<>) {
            $e->{OutTop} = $1 eq 'nothing' ? '' : $1;
        } elsif (# parse: expect other wordish things to be comments
                 m{^(?!or\b)\w{2,} }) {
+       } elsif (m/^$/) {
+       } else {
+           confess "unk rhs $_ ?";
        }
        $e->{CQ} = $in_changequote;
     } else {