File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -302,10 +302,7 @@ runWattsi $HTML_TEMP/source-whatwg-complete $HTML_TEMP/wattsi-output
302
302
303
303
if [[ ! $QUIET = " true" || ! " $WATTSI_RESULT " = " 0" ]]; then
304
304
mv $HTML_TEMP /wattsi-output.txt $HTML_TEMP /wattsi-first-pass-output.txt
305
- cp $HTML_SOURCE /source $HTML_TEMP /raw-source
306
- # suppress 'missing <dfn> for topic "sort parser mode: separator"' error
307
- perl -pi -e ' s|^\s+</body>|<dfn w-drop data-x="sort parser mode: separator"></dfn></body>|' $HTML_TEMP /raw-source
308
- runWattsi $HTML_TEMP /raw-source $HTML_TEMP /wattsi-raw-source-output
305
+ runWattsi $HTML_SOURCE /source $HTML_TEMP /wattsi-raw-source-output
309
306
310
307
echo
311
308
cat $HTML_TEMP /wattsi-first-pass-output.txt | grep -v ' ^$' # trim blank lines
You can’t perform that action at this time.
0 commit comments