tidy-html5/test/html5/html4/testtt.bat
2014-08-08 18:12:44 +02:00

14 lines
340 B
Batchfile

@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%