tidy-html5/test/html5/html4/testtt.bat

14 lines
340 B
Batchfile
Raw Normal View History

@setlocal
@call setexe
@set TMPFIL=tt5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
)
@call testone
@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL%
@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL%
@echo See %TMPINFO%