]> gitweb.michael.orlitzky.com - charm-bypass.git/blob - run-tests.sh
COPYING: add to state the "or later" bit
[charm-bypass.git] / run-tests.sh
1 #!/bin/sh
2 #
3 # html-tidy5 does not yet support the minlength attributes
4 # that we use on our daily security code inputs,
5 #
6 # https://github.com/htacg/tidy-html5/issues/1101
7 #
8 # so we use sed to preprocess them out before calling tidy.
9 #
10 sed -e 's/minlength="[0-9]*"//g' index.html | tidy > /dev/null